Skip to main content

CancelAccountDeletion

AndroidiOSWindows
If you were looking for the method for use with Unreal Engine, see CancelAccountDeletion for Unreal Engine SDK.

After successfully logging in to the account during the cooling-off period of account deletion, you can call the CancelAccountDeletion interface to cancel the account deletion. For account deletion status information, see DeleteAccountStatus of login callback information.

Function definition

public static void CancelAccountDeletion();

Observers

The callback processing interface is AuthBaseResultObserver. The callback data structure is BaseResult.

The callback methodID is INTL_AUTH_CANCEL_ACCOUNT_DELETION.

Code sample

INTLAPI.CancelAccountDeletion();