public interface Features
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear features configuration and configure to defaults.
|
void |
disable(Manager.Feature... toDisable)
Disable features.
|
void |
enable(Manager.Feature... toEnable)
Enable features.
|
boolean |
isEnabled(Manager.Feature feature)
Is feature enabled.
|
void enable(Manager.Feature... toEnable)
toEnable - Manager.Feature arrayvoid disable(Manager.Feature... toDisable)
toDisable - Manager.Feature arrayboolean isEnabled(Manager.Feature feature)
feature - Manager.Featuretrue if enabled or falsevoid clear()
Copyright © 2013–2019 BB Corp. All rights reserved.