init
Initializes the AnylineTireTreadSdk with a license key, an Android context, and an optional custom tag.
The customTag is meant for internal use only.
Parameters
the license key provided by a sales representative
the Android context
an optional value to identify different devices (max. 50 characters)
Throws
when provided licenseKey is invalid
when SDK initialization failed for any SdkInitializeFailedException.reason
Initializes the AnylineTireTreadSdk with a license key.
Parameters
the license key provided by a sales representative
Throws
when provided licenseKey is invalid
when SDK initialization failed for any SdkInitializeFailedException.reason
Initializes the AnylineTireTreadSdk with a license key and an optional custom tag.
The customTag is meant for internal use only.
Parameters
the license key provided by a sales representative
a custom tag to identify different devices (max. 50 characters)
Throws
when provided licenseKey is invalid
when SDK initialization failed for any SdkInitializeFailedException.reason