Exemple #1
0
        public static void InitAd(string source)
        {
            // Moonma.AdKit.AdConfig.AdConfig.main.InitPriority(source,AdConfigParser.SOURCE_TYPE_VIDEO);
            BasePlatformWrapper platformWrapper = PlatformWrapper.platform;

            platformWrapper.InitAd(source);
        }
Exemple #2
0
        public static void SetObjectInfo(string objName, string objMethod)
        {
            BasePlatformWrapper platformWrapper = PlatformWrapper.platform;

            platformWrapper.SetObjectInfo(objName, objMethod);
        }
Exemple #3
0
        public static void OnClickAd()
        {
            BasePlatformWrapper platformWrapper = PlatformWrapper.platform;

            platformWrapper.OnClickAd();
        }
Exemple #4
0
        public static void ShowAd()
        {
            BasePlatformWrapper platformWrapper = PlatformWrapper.platform;

            platformWrapper.ShowAd();
        }
Exemple #5
0
        public static void PreLoad(string source)
        {
            BasePlatformWrapper platformWrapper = PlatformWrapper.platform;

            platformWrapper.PreLoad(source);
        }
Exemple #6
0
        public static void SetType(int type)
        {
            BasePlatformWrapper platformWrapper = PlatformWrapper.platform;

            platformWrapper.SetType(type);
        }