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

<init>(isLoggingAllowed: Boolean, logAllClientInfo: Boolean, cookieBucketId: Int? = null)

Direct use of LoggingConfiguration is not supported.

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

cookieBucketId

val cookieBucketId: Int?

Cookie Bucket used for logging diversion.

isLoggingAllowed

val isLoggingAllowed: Boolean

True if logging is allowed.

logAllClientInfo

val logAllClientInfo: Boolean

True if ClientInfo should be logged from all install sources.