BuildTypes

 annotation 
 class 
 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.

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_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 
 ( 
 ) 
Create a Mobile Website
View Site in Mobile | Classic
Share by: