fix: 更新用户金币数接口
parent
a6f0d8d884
commit
4db35e10fc
|
|
@ -280,14 +280,14 @@ namespace Guru
|
||||||
SetUserProperty(Analytics.PropertyPlay, $"{bplay}");
|
SetUserProperty(Analytics.PropertyPlay, $"{bplay}");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void SetUserTotalCoins(int totalCoins)
|
// public static void SetUserTotalCoins(int totalCoins)
|
||||||
{
|
// {
|
||||||
SetUserProperty(Analytics.PropertyCoin, $"{totalCoins}");
|
// SetUserProperty(Analytics.PropertyCoin, $"{totalCoins}");
|
||||||
}
|
// }
|
||||||
|
|
||||||
public static void SetUserCoins(int coins)
|
public static void SetUserFreeCoins(int freeCoins)
|
||||||
{
|
{
|
||||||
SetUserProperty(Analytics.PropertyNonIAPCoin, $"{coins}");
|
SetUserProperty(Analytics.PropertyNonIAPCoin, $"{freeCoins}");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void SetUserPaidCoins(int paidCoins)
|
public static void SetUserPaidCoins(int paidCoins)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue