[F] iOS Payment param, remote UnityKnown thirdExtend
This commit is contained in:
@@ -243,13 +243,6 @@ namespace tysdk
|
||||
public static extern void UnityKnow(string userId, string productId, string productPrice, string productName,
|
||||
string productCount, string prodorderId, string appInfo);
|
||||
|
||||
//支付new
|
||||
[DllImport("__Internal")]
|
||||
public static extern void UnityKnowNew(string productId, string productPrice, string productName,
|
||||
string productCount, string prodorderId, string appInfo, string pType);
|
||||
//获取商品列表
|
||||
[DllImport("__Internal")]
|
||||
public static extern void ThirdExtend();
|
||||
//打点
|
||||
[DllImport("__Internal")]
|
||||
public static extern void SetGaUserInfo(string userId);
|
||||
|
||||
Reference in New Issue
Block a user