/// <summary> /// 打开用户中心 /// </summary> public void userCenter() { #if UNITY_IPHONE if (!isSupportUserCenter) { return; } AllSdkPlatform.sdkUserCenter(); #endif }
/// <summary> /// 打开用户中心 /// </summary> public void userCenter() { #if UNITY_IPHONE AllSdkPlatform.sdkUserCenter(); #endif }