BuildTypes

annotationclassBuildTypes
com.google.android.gms.dtdi.analytics.BuildTypes

Summary

Constants

constInt

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

constInt

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

constInt

Public constructors

Constants

BUILD_TYPE_DEBUG

constvalBUILD_TYPE_DEBUG:Int

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

Value:BuildType.BUILD_TYPE_DEBUG_VALUE

BUILD_TYPE_PROD

constvalBUILD_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

constvalBUILD_TYPE_UNKNOWN:Int
Value:BuildType.BUILD_TYPE_UNKNOWN_VALUE

Public constructors

<init>

BuildTypes()

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-10-31 UTC.