Example #1
0
        /// <summary>
        /// 登出
        /// </summary>
        public void logout()
        {
#if UNITY_IPHONE
            if (!isSupportLogout)
            {
                return;
            }
            AllSdkPlatform.sdkLogout();
#endif
        }
Example #2
0
 /// <summary>
 /// 登出
 /// </summary>
 public void logout()
 {
                 #if UNITY_IPHONE
     AllSdkPlatform.sdkLogout();
                 #endif
 }