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 | 
        |
|---|---|
            <init>() | 
        |
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_VALUEBUILD_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_VALUEPublic constructors
<init>
BuildTypes()