-
public interface FeatureManager.CallbackCallback for fetching feature status. Method FeatureManager.checkFeature} will call GateKeeper manager to load the latest GKs first and then run the callback function.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonCompleted(Boolean enabled)The method that will be called when the feature status request completes. -
-
Method Detail
-
onCompleted
abstract Unit onCompleted(Boolean enabled)
The method that will be called when the feature status request completes.
-
-
-
-