Ejemplo n.º 1
0
    public static void ShowUserCenter()
    {
#if SDK_PP
        Bonjour.showCenterView();
#elif SDK_HM
        Entry.ZHPayShowUserCenter();
#elif SDK_TBT
        SDK.TBUserCenter(0);
#endif
    }
Ejemplo n.º 2
0
    /// <summary>
    /// 显示PP用户中心
    /// </summary>
    public void ShowPlatformCenter()
    {
#if IOSPP && !UNITY_EDITOR
        Bonjour.showCenterView();
#endif
    }