Cancel Deleting LI PASS(CancelLIAccountDeletion)
If you successfully log into LI PASS, but the logged-in LI PASS is in account deletion silent period and the AuthResult callback DelLiAccountStatus is 1, please open this interface.
Function Definition
UFUNCTION(BlueprintCallable, Category = "LevelInfinite")
static void CancelLIAccountDeletion();
Observers
The callback interface is AuthBaseResultObserver.The callback data structure is BaseResult.
The callback ID is kMethodIDAuthCancelLIAccountDeletion.
Code sample
ULevelInfiniteAPI::CancelLIAccountDeletion();