DeepLinkLogin
Description
Login from the same mobile device that has the xPortal app already installed. It will automatically open the xPortal app.
Declaration
public static void DeepLinkLogin()Example
public class Test : MonoBehaviour
{
public void Login()
{
MultiversX.UnityTools.API.DeepLinkLogin();
}
}Last updated