Skip to main content

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

Supports Android, iOS, Windows platform.

Function Definition

void CancelAccountDeletion();

Callback Handling

The callback handling interface is GUALoginResultObservers.The callback data structure is GUALoginResult.

The callback event is LoginResultEvents. The callback ID is GUA_ACCOUNT_CANCEL_ACCOUNT_DELETION.

Code Example

UnionAdapterAPI.GetAccountService().CancelAccountDeletion();