-
public class FlagsEntry point for the Flags feature.
-
-
Method Summary
Modifier and Type Method Description final static Unitenable(FlagsConfiguration configuration, SdkCore sdkCore)Enables the Flags feature. final static Unitenable(FlagsConfiguration configuration)Enables the Flags feature. final static Unitenable()Enables the Flags feature. -
-
Method Detail
-
enable
@JvmOverloads() final static Unit enable(FlagsConfiguration configuration, SdkCore sdkCore)
Enables the Flags feature.
- Parameters:
configuration- configuration to use with feature flags and experiments.sdkCore- SDK instance to register feature in.
-
enable
@JvmOverloads() final static Unit enable(FlagsConfiguration configuration)
Enables the Flags feature.
- Parameters:
configuration- configuration to use with feature flags and experiments.
-
enable
@JvmOverloads() final static Unit enable()
Enables the Flags feature.
-
-
-
-