update:更新Rustore的Review
This commit is contained in:
@@ -140,6 +140,11 @@ namespace tysdk
|
||||
|
||||
|
||||
public static bool IsLoggedIn => _accountInfo != null;
|
||||
|
||||
// 记录一下渠道,保证客户端可以调用
|
||||
public static string Channel => "hwVkid";
|
||||
|
||||
//-
|
||||
|
||||
public void Logout()
|
||||
{
|
||||
|
||||
@@ -272,6 +272,7 @@ namespace tysdk
|
||||
using(var sdkManager = new AndroidJavaClass(SDK_CLASS))
|
||||
{
|
||||
sdkManager.CallStatic("Review");
|
||||
// sdkManager.CallStataic("RuStoreReview");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user