Skip to main content

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

Supports Android, iOS, Windows platform.

Function Definition

void CancelAccountDeletion();

Callback Processing

The callback processing API is GUALoginResultObservers. The callback data structure is GUALoginResult.

The callback event is LoginResultEvents. The callback methodID is GUA_ACCOUNT_CANCEL_ACCOUNT_DELETION.

Code Sample

UnionAdapterAPI.GetAccountService().CancelAccountDeletion();