Package 

Object Flags


  • 
    public class Flags
    
                        

    Entry point for the Flags feature.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static Flags INSTANCE
    • Method Summary

      Modifier and Type Method Description
      final static Unit enable(FlagsConfiguration configuration, SdkCore sdkCore) Enables the Flags feature.
      final static Unit enable(FlagsConfiguration configuration) Enables the Flags feature.
      final static Unit enable() Enables the Flags feature.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.