Wake-up callback [MSDK only]
[MSDK only] Callback for the game to actively obtain the wakeup account, currently supported only on Unity.
Supported platforms
- Unity
- Unreal Engine
Supports
Android, iOS platform.Unreal Engine currently does not support this interface.
Function Definition
- Unity
- Unreal Engine
GUALoginResult GetWakeUpAccountRet();
Unreal Engine does not support this feature for now.
Callback Handling
The callback handling interface is GUALoginResultObservers.The callback data structure is GUALoginResult.
- Unity
- Unreal Engine
The callback event is LoginResultEvents. The callback ID is GUA_ACCOUNT_WAKEUP.
Unreal Engine does not support this feature for now.
Code Example
- Unity
- Unreal Engine
UnionAdapterAPI.GetAccountService().GetWakeUpAccountRet();
Unreal Engine does not support this feature for now.