GameSnacks.init method

Initialises the GameSnacks partner SDK.

All event handlers should be registered and initial states checked before calling this method. APIs that are not initialised before calling this method may not be available. See individual API docs for details.

Signature

init(): Promise<void>;

Returns

Promise<void>