init
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.
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.
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.
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.