[WIP] SKU list
This commit is contained in:
@@ -31,7 +31,7 @@ namespace tysdk
|
||||
string productCount, string prodorderId, string appInfo){}
|
||||
|
||||
//获取商品列表
|
||||
public static void ThirdExtend() { }
|
||||
public static void GetSKUList() { }
|
||||
|
||||
//打点
|
||||
public static void SetGaUserInfo(string userId){}
|
||||
@@ -148,7 +148,7 @@ namespace tysdk
|
||||
}
|
||||
|
||||
//获取商品列表
|
||||
public static void ThirdExtend()
|
||||
public static void GetSKUList()
|
||||
{
|
||||
using(var sdkManager = new AndroidJavaClass(SDK_CLASS))
|
||||
{
|
||||
@@ -243,6 +243,10 @@ namespace tysdk
|
||||
public static extern void UnityKnow(string userId, string productId, string productPrice, string productName,
|
||||
string productCount, string prodorderId, string appInfo);
|
||||
|
||||
//获取商品列表
|
||||
[DllImport("__Internal")]
|
||||
public static extern void GetSKUList();
|
||||
|
||||
//打点
|
||||
[DllImport("__Internal")]
|
||||
public static extern void SetGaUserInfo(string userId);
|
||||
|
||||
Reference in New Issue
Block a user