GetWakeUpAccountRet [MSDK Only]
[MSDK Only] The game actively get the callback of the wake-up account. Currently only supports Unity.
Supported Platform
- Unity
- Unreal Engine
Supports
Android, iOS
platform.Unreal Engine currently does not support this interface.
Function Definition
- Unity
- Unreal Engine
GUALoginResult GetWakeUpAccountRet();
Unreal Engine currently does not support this feature.
Callback Processing
The callback processing API is GUALoginResultObservers. The callback data structure is GUALoginResult.
- Unity
- Unreal Engine
The callback event is LoginResultEvents
.
The callback methodID is GUA_ACCOUNT_WAKEUP
.
Unreal Engine currently does not support this feature.
Code Sample
- Unity
- Unreal Engine
UnionAdapterAPI.GetAccountService().GetWakeUpAccountRet();
Unreal Engine currently does not support this feature.