[F] Link [A] signout
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user