예제 #1
0
        /// <summary>
        /// 打开用户中心
        /// </summary>
        public void userCenter()
        {
                        #if UNITY_IPHONE
            if (!isSupportUserCenter)
            {
                return;
            }

            AllSdkPlatform.sdkUserCenter();
                        #endif
        }
예제 #2
0
파일: IosTJ.cs 프로젝트: kuxingseng/AllSdk
 /// <summary>
 /// 打开用户中心
 /// </summary>
 public void userCenter()
 {
                 #if UNITY_IPHONE
     AllSdkPlatform.sdkUserCenter();
                 #endif
 }