CancelLIAccountDeletion
AndroidiOSWindows
If you were looking for the method for use with Unreal Engine, see CancelLIAccountDeletion for Unreal Engine SDK.
If you were looking for the method for use with Unreal Engine, see CancelLIAccountDeletion for Unreal Engine 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
public static void CancelLIAccountDeletion();
Observers
The callback processing interface is AuthBaseResultObserver. The callback data structure is BaseResult.
The callback methodID is INTL_AUTH_CANCEL_LI_ACCOUNT_DELETION
.
Code sample
LevelInfinite.CancelLIAccountDeletion();