Skip to main content

GetWakeUpAccountRet [MSDK Only]

[MSDK Only] The game actively get the callback of the wake-up account. Currently only supports Unity.

Supported Platform

Supports Android, iOS platform.

Function Definition

GUALoginResult GetWakeUpAccountRet();

Callback Processing

The callback processing API is GUALoginResultObservers. The callback data structure is GUALoginResult.

The callback event is LoginResultEvents. The callback methodID is GUA_ACCOUNT_WAKEUP.

Code Sample

UnionAdapterAPI.GetAccountService().GetWakeUpAccountRet();