BuildTypes

annotation class BuildTypes
com.google.android.gms.dtdi.analytics.BuildTypes

Summary

Constants

const Int

Indicates that the client application using the D2DI SDK was built in debug mode.

const Int

Indicates that the client application using the D2DI SDK was not built in debug mode.

const Int

Public constructors

Constants

BUILD_TYPE_DEBUG

const val BUILD_TYPE_DEBUG: Int

Indicates that the client application using the D2DI SDK was built in debug mode. For Android, this means android:debuggable="true" was set in the AndroidManifest.

Value: BuildType.BUILD_TYPE_DEBUG_VALUE

BUILD_TYPE_PROD

const val BUILD_TYPE_PROD: Int

Indicates that the client application using the D2DI SDK was not built in debug mode.

Value: BuildType.BUILD_TYPE_PROD_VALUE

BUILD_TYPE_UNKNOWN

const val BUILD_TYPE_UNKNOWN: Int
Value: BuildType.BUILD_TYPE_UNKNOWN_VALUE

Public constructors

<init>

BuildTypes()