Exemplo n.º 1
0
        public int showToolBar(ToolbarPlace place)//1左上,2右上,3左中,4右中,5左下,6右下
        {
#if UNITY_ANDROID && !UNITY_EDITOR
            QuickUnitySupportAndroid androidSupport = QuickUnitySupportAndroid.getInstance();
            return(androidSupport.callFunc(FuncType.QUICK_SDK_FUNC_TYPE_SHOW_TOOLBAR));
#else
            return(0);
#endif
        }
Exemplo n.º 2
0
 public int showToolBar(ToolbarPlace place)//1左上,2右上,3左中,4右中,5左下,6右下
 {
     return(QuickSDKImp.getInstance().showToolBar(place));
 }