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 | |
|---|---|
<init>() | |
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_VALUEBUILD_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_VALUEPublic 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],["`BuildTypes` defines constants representing the build status of an application using the D2DI SDK. `BUILD_TYPE_DEBUG` indicates a debug build, corresponding to `android:debuggable=\"true\"` in the Android manifest. `BUILD_TYPE_PROD` signifies a non-debug build. `BUILD_TYPE_UNKNOWN` is also defined. The class includes a constructor and the three integer constant values to indicate the state of the build type.\n"]]