Ejemplo n.º 1
0
        public int channelType()                 //获取渠道类别 渠道唯一标识
        {
#if UNITY_ANDROID && !UNITY_EDITOR
            QuickUnitySupportAndroid androidSupport = QuickUnitySupportAndroid.getInstance();
            return(androidSupport.getChannelType());
#else
            return(0);
#endif
        }