[A] Add Applovin Max SDK
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -33,4 +33,4 @@
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user