Interface SplitManager

    • Method Detail

      • splits

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

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

        List<String> splitNames()
        Returns the names of feature flags registered with the SDK.
        Returns:
        a List of String (Feature Flag Names) or empty