Cancel Account Deletion
After successfully logging into an account in the account deletion silent period, you can call the CancelAccountDeletion interface to cancel the account deletion.For more information, see the DeleteAccountStatus in login callback details.
Function Definition
public static void CancelAccountDeletion();
Observers
Callback handling interface is AuthBaseResultObserver.The callback data structure is BaseResult.
The callback ID is INTL_AUTH_CANCEL_ACCOUNT_DELETION.
Code sample
INTLAPI.CancelAccountDeletion();