init
Deprecated
Will be removed in a future release. Please use setPlaytimeOptions() instead in case you need to re-initialize the SDK
Initializes the Playtime SDK.
You must initialize the Playtime SDK before you can use any of its features. The initialization will run asynchronously in the background
Parameters
A context.
Your Playtime SDK hash.
Deprecated
Will be removed in a future release. Please use setPlaytimeOptions() instead in case you need to re-initialize the SDK
Initializes the Playtime SDK.
You must initialize the Playtime SDK before you can use any of its features. The initialization will run asynchronously in the background and notify you when it is finished by invoking the PlaytimeInitialisationListener's onInitialisationFinished or onInitialisationError method.
Parameters
A context.
Your Playtime SDK hash.
A listener which informs you about whether the Playtime SDK was initialized successfully or not.
Deprecated
Will be removed in a future release. Please use setPlaytimeOptions() instead in case you need to re-initialize the SDK
Initializes the Playtime SDK.
You must initialize the Playtime SDK before you can use any of its features. The initialization will run asynchronously in the background
Parameters
A context.
Your Playtime SDK hash.
An object to pass additional options to the Playtime SDK when initializing.
Deprecated
Will be removed in a future release. Please use setPlaytimeOptions() instead in case you need to re-initialize the SDK
Initializes the Playtime SDK.
You must initialize the Playtime SDK before you can use any of its features. The initialization will run asynchronously in the background and notify you when it is finished by invoking the PlaytimeInitialisationListener's onInitialisationFinished or onInitialisationError method.
Parameters
A context.
Your Playtime SDK hash.
An object to pass additional options to the Playtime SDK when initializing.
A listener which informs you about whether the Playtime SDK was initialized successfully or not.