LoggingConfiguration
data class LoggingConfiguration
| kotlin.Any | |
| ↳ | com.google.android.gms.dtdi.analytics.LoggingConfiguration | 
Direct use of LoggingConfiguration is not supported.
Class with information on how logging should be handled.
Summary
| Public constructors | |
|---|---|
| Direct use of  | |
| Properties | |
|---|---|
| Int? | Cookie Bucket used for logging diversion. | 
| Boolean | True if logging is allowed. | 
| Boolean | True if ClientInfo should be logged from all install sources. | 
Public constructors
<init>
LoggingConfiguration(
isLoggingAllowed: Boolean,
logAllClientInfo: Boolean,
cookieBucketId: Int? = null)
Direct use of LoggingConfiguration is not supported.
Class with information on how logging should be handled.
Properties
logAllClientInfo
val logAllClientInfo: Boolean
True if ClientInfo should be logged from all install sources.