[F] Link [A] signout

This commit is contained in:
2024-08-24 19:23:39 +08:00
parent da367097c8
commit 728af3cfd7
11 changed files with 928 additions and 3 deletions

View File

@@ -9,6 +9,9 @@ namespace tysdk
hwGoogle,
hwFacebook,
hwGuest,
#if UNITY_IOS
Apple,
#endif
none
}
@@ -23,6 +26,11 @@ namespace tysdk
public int code;
}
public class LinkResult : ITYSdkCallback
{
public bool isSuccess;
}
public class LinkCheckInfo : ITYSdkCallback
{
public int code;