CancelAccountDeletion [Player Network SDK Only]
[Player Network SDK Only] After successfully logging into the account during the cooling-off period of account deletion, call the CancelAccountDeletion
interface to cancel the account deletion. For account deletion status information, see GUALoginResult
of login callback information.
Supported Platform
- Unity
- Unreal Engine
Supports
Android, iOS, Windows
platform.Unreal Engine currently does not support this interface.
Function Definition
- Unity
- Unreal Engine
void CancelAccountDeletion();
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_CANCEL_ACCOUNT_DELETION
.
Unreal Engine currently does not support this feature.
Code Sample
- Unity
- Unreal Engine
UnionAdapterAPI.GetAccountService().CancelAccountDeletion();
Unreal Engine currently does not support this feature.