CancelLIAccountDeletion
AndroidiOSWindows
If you were looking for the method for use with Unity, see CancelLIAccountDeletion for Unity SDK.
If you were looking for the method for use with Unity, see CancelLIAccountDeletion for Unity SDK.
After a successful login to LI PASS, if the LI PASS is within the cooling-off period of account deletion, and DelLiAccountStatus
from the AuthResult callback returns 1, open this interface.
Function definition
UFUNCTION(BlueprintCallable, Category = "LevelInfinite")
static void CancelLIAccountDeletion();
Observers
The callback processing interface is AuthBaseResultObserver. The callback data structure is BaseResult.
The callback methodID is kMethodIDAuthCancelLIAccountDeletion
.
Code sample
ULevelInfiniteAPI::CancelLIAccountDeletion();