Interface SplitManager

    • Method Detail

      • splits

        List<SplitView> splits()
        Retrieves the features (or Splits) that are currently registered with the SDK.
        Returns:
        a List of SplitView or empty
      • split

        SplitView split​(String featureName)
        Returns the feature (or Split) registered with the SDK of this name.
        Returns:
        SplitView or null
      • splitNames

        List<String> splitNames()
        Returns the names of features (or Splits) registered with the SDK.
        Returns:
        a List of String (Split Feature Names) or empty