Package 

Class ClientConfig


  • 
    public final class ClientConfig
    
                        

    Represents all of the options a library user has to customize the behavior of the Promoted.Ai SDK.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class ClientConfig.Builder
    • Method Summary

      Modifier and Type Method Description
      final Boolean getLoggingEnabled() Whether to collect metrics.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClientConfig

        ClientConfig(Boolean loggingEnabled)
    • Method Detail

      • getLoggingEnabled

         final Boolean getLoggingEnabled()

        Whether to collect metrics. When set to false, the library will operate in a stubbed fashion; meaning, API calls are available to the library user, but nothing will happen.