Cancel Account Deletion [Player Network SDK Only]
[Player Network SDK Only] After successfully logging in to an account that is in the deletion grace period, call the CancelAccountDeletion interface to cancel the deletion.For more account cancellation status information, see the GUALoginResult in the login callback information.
Supported Platforms
- Unity
- Unreal Engine
Supports
Android, iOS, Windows platform.Unreal Engine currently does not support this interface.
Function Definition
- Unity
- Unreal Engine
void CancelAccountDeletion();
This feature is not currently supported on Unreal Engine.
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_CANCEL_ACCOUNT_DELETION.
This feature is not currently supported on Unreal Engine.
Code Example
- Unity
- Unreal Engine
UnionAdapterAPI.GetAccountService().CancelAccountDeletion();
This feature is not currently supported on Unreal Engine.