SdkEnvironment

data class SdkEnvironment(var sdkEndpoint: String, var timeout: Int = 60, var sdkToken: String? = null, var keyCloakParameters: KeyCloakParameters, val enableKeepAuth: Boolean = false) : Parcelable

Constructors

Link copied to clipboard
constructor(sdkEndpoint: String, timeout: Int = 60, sdkToken: String? = null, keyCloakParameters: KeyCloakParameters, enableKeepAuth: Boolean = false)

Properties

Link copied to clipboard
val enableKeepAuth: Boolean = false

for internal purpose doesn't change

Link copied to clipboard

keyCloakParameters the keycloak parameters

Link copied to clipboard

sdkEndpoint the url of BlueGPS remote server

Link copied to clipboard

sdkToken the token for the SDK

Link copied to clipboard

timeout the timeout for the network requests

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)