init

fun AnylineTireTreadSdk.init(licenseKey: String, context: Context, customTag: String? = null)

Initializes the AnylineTireTreadSdk with a license key, an Android context, and an optional custom tag.

The customTag is meant for internal use only.

Parameters

licenseKey

the license key provided by a sales representative

context

the Android context

customTag

an optional value to identify different devices (max. 50 characters)

Throws

when SDK initialization failed for any SdkInitializeFailedException.reason

Initializes the AnylineTireTreadSdk with a license key.

Parameters

licenseKey

the license key provided by a sales representative

Throws

when SDK initialization failed for any SdkInitializeFailedException.reason


fun AnylineTireTreadSdk.init(licenseKey: String, customTag: String? = null)

Initializes the AnylineTireTreadSdk with a license key and an optional custom tag.

The customTag is meant for internal use only.

Parameters

licenseKey

the license key provided by a sales representative

customTag

a custom tag to identify different devices (max. 50 characters)

Throws

when SDK initialization failed for any SdkInitializeFailedException.reason