-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum FeatureActivationMode extends Enum<FeatureActivationMode>
Controls when remote config changes for a feature are applied.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description APP_STARTUPLatch value at startup; apply remote changes on next app run.
IMMEDIATEApply config changes immediately during the current app run.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-