-
public final class ClientConfigRepresents 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 classClientConfig.Builder
-
Field Summary
Fields Modifier and Type Field Description private final BooleanloggingEnabled
-
Constructor Summary
Constructors Constructor Description ClientConfig(Boolean loggingEnabled)
-
Method Summary
Modifier and Type Method Description final BooleangetLoggingEnabled()Whether to collect metrics. -
-
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.
-
-
-
-