Skip to main content

Cancel Deleting LI PASS(CancelLIAccountDeletion)

AndroidiOSWindows
If you are using Unreal Engine, please see Unreal Engine 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

public static void CancelLIAccountDeletion();

Observers

The callback processing interface is AuthBaseResultObserver.The callback data structure is BaseResult.

The callback ID is INTL_AUTH_CANCEL_LI_ACCOUNT_DELETION.

Code sample

LevelInfinite.CancelLIAccountDeletion();