Skip to main content

Wake-up callback [MSDK only]

[MSDK only] Callback for the game to actively obtain the wakeup account, currently supported only on Unity.

Supported platforms

Supports Android, iOS platform.

Function Definition

GUALoginResult GetWakeUpAccountRet();

Callback Handling

The callback handling interface is GUALoginResultObservers.The callback data structure is GUALoginResult.

The callback event is LoginResultEvents. The callback ID is GUA_ACCOUNT_WAKEUP.

Code Example

UnionAdapterAPI.GetAccountService().GetWakeUpAccountRet();