Skip to main content

Login

In Unity, follow these steps.

Step 1: Regist callback (1 time only)

    SDKAPI.logInSuccessCallback = ()=>{
Debug.Log(">>> Call LogIn SDK Success <<<");
// … Your code … //
...
};

Step 2: Call method LogIn

Method:

    public static void LogIn()

Example:

    SDKAPI.LogIn();