CancelAccountDeletion
AndroidiOSWindows
If you were looking for the method for use with Unity, see CancelAccountDeletion for Unity SDK.
If you were looking for the method for use with Unity, see CancelAccountDeletion for Unity 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
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void CancelAccountDeletion();
Observers
The callback processing interface is AuthBaseResultObserver. The callback data structure is BaseResult.
The callback methodID is kMethodIDAuthCancelAccountDeletion
.
Code sample
UINTLSDKAPI::CancelAccountDeletion();