Uses of Class
io.split.client.api.SplitView
-
Packages that use SplitView Package Description io.split.client -
-
Uses of SplitView in io.split.client
Methods in io.split.client that return SplitView Modifier and Type Method Description SplitViewLocalhostSplitManager. split(String featureName)SplitViewSplitManager. split(String featureName)Returns the feature (or Split) registered with the SDK of this name.SplitViewSplitManagerImpl. split(String featureName)Methods in io.split.client that return types with arguments of type SplitView Modifier and Type Method Description List<SplitView>LocalhostSplitManager. splits()List<SplitView>SplitManager. splits()Retrieves the features (or Splits) that are currently registered with the SDK.List<SplitView>SplitManagerImpl. splits()
-