Skip to main content

Cancel Deleting LI PASS(CancelLIAccountDeletion)

AndroidiOSWindows
If you are using the Unity engine, see Unity SDK's 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();