Donkey Config
data class DonkeyConfig(var environment: DonkeyConfig.ServerEnvironment = ServerEnvironment.LIVE, var logLevel: DonkeyConfig.LogLevel = LogLevel.OFF)
Configuration class for bike.donkey.lockkit.DonkeyLockKit
The instance of this data class is attached to DonkeyLockKit in order to supply necessary configuration as needed It is possible to update the variables of DonkeyConfig before calling DonkeyLockKit.initializeSdk function,
Parameters
environment
ServerEnvironment for which to authenticate the Sdk
log Level
LogLevel to select how much of logging should be displayed in Logcat
Constructors
Link copied to clipboard
constructor(environment: DonkeyConfig.ServerEnvironment = ServerEnvironment.LIVE, logLevel: DonkeyConfig.LogLevel = LogLevel.OFF)