public static interface FeatureManager.Callback
FeatureManager.checkFeature(Feature, Callback)} will call GateKeeper manager to load
the latest GKs first and then run the callback function.| Modifier and Type | Method and Description |
|---|---|
void |
onCompleted(boolean enabled)
The method that will be called when the feature status request completes.
|