Skip to main content

OpenLoginPanel

AndroidiOSWindows
If you were looking for the method for use with Unreal Engine, see OpenLoginPanel for Unreal Engine SDK.

Open the LI PASS login page.

caution

Do not listen to the original login MethodID INTL_AUTH_LOGIN, otherwise 2 login callbacks will be received.

Function definition

public static void OpenLoginPanel();

Observers

The callback processing interface is AuthResultObserver. The callback data structure is AuthResult.

The callback methodID is LI_LOGIN_ENTER_GAME, indicating login success, and the player can enter the game.

Code sample

LevelInfinite.OpenLoginPanel();