update:更新Rustore的Review

This commit is contained in:
2026-02-02 15:23:24 +08:00
parent f233be2646
commit a6db6d438c
6 changed files with 334 additions and 11 deletions

View File

@@ -140,6 +140,11 @@ namespace tysdk
public static bool IsLoggedIn => _accountInfo != null;
// 记录一下渠道,保证客户端可以调用
public static string Channel => "hwVkid";
//-
public void Logout()
{

View File

@@ -272,6 +272,7 @@ namespace tysdk
using(var sdkManager = new AndroidJavaClass(SDK_CLASS))
{
sdkManager.CallStatic("Review");
// sdkManager.CallStataic("RuStoreReview");
}
}