[A] Add Applovin Max SDK

This commit is contained in:
2024-08-08 13:10:29 +08:00
parent 76458664d8
commit 4343d67794
145 changed files with 23427 additions and 223 deletions

View File

@@ -49,27 +49,27 @@ namespace tysdk
AppsFlyer.startSDK();
}
public void InitAfterLogin()
{
AppsFlyer.setCustomerUserId(_accountInfo.strUserId);
}
public void InitAfterLogin()
{
AppsFlyer.setCustomerUserId(_accountInfo.strUserId);
}
/*================================================
/*================================================
_ _
/ \ ___ ___ ___ _ _ _ __ | |_
/ _ \ / __/ __/ _ \| | | | '_ \| __|
/ ___ \ (_| (_| (_) | |_| | | | | |_
/_/ \_\___\___\___/ \__,_|_| |_|\__|
_ _
/ \ ___ ___ ___ _ _ _ __ | |_
/ _ \ / __/ __/ _ \| | | | '_ \| __|
/ ___ \ (_| (_| (_) | |_| | | | | |_
/_/ \_\___\___\___/ \__,_|_| |_|\__|
=================================================*/
=================================================*/
public bool IsLoggedIn => _accountInfo != null;
public bool IsLoggedIn => _accountInfo != null;
public void Logout()
{
public void Logout()
{
UnityEngine.Debug.Log("Logout");
UnityBridgeFunc.UnityLoginOut();
_accountInfo = null;

View File

@@ -33,4 +33,4 @@
// }
// }
// }
// }
// }