-
public final class SDKConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSDKConfig.Builder
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisDebugModeprivate final BooleansetAppMutedprivate final StringuserIdprivate final List<String>testDeviceAdvertisingIds
-
Method Summary
Modifier and Type Method Description final BooleangetIsDebugMode()final BooleangetSetAppMuted()final StringgetUserId()final List<String>getTestDeviceAdvertisingIds()-
-
Method Detail
-
getIsDebugMode
final Boolean getIsDebugMode()
-
getSetAppMuted
final Boolean getSetAppMuted()
-
getTestDeviceAdvertisingIds
final List<String> getTestDeviceAdvertisingIds()
-
-
-
-