Package 

Object FlagsClient.Companion


  • 
    public class FlagsClient.Companion
    
                        

    Companion object providing static access to FlagsClient instances.

    This companion manages the retrieval of FlagsClient instances from the FlagsFeature, ensuring thread-safe access and proper lifecycle management.

    • Method Summary

      Modifier and Type Method Description
      final FlagsClient get(String name, SdkCore sdkCore) Gets the FlagsClient with the specified name from the SDK core.
      final FlagsClient get(String name) Gets the FlagsClient with the specified name from the SDK core.
      final FlagsClient get() Gets the FlagsClient with the specified name from the SDK core.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait