Ejemplo n.º 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);
        }
Ejemplo n.º 2
0
        public static void SetObjectInfo(string objName, string objMethod)
        {
            BasePlatformWrapper platformWrapper = PlatformWrapper.platform;

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

            platformWrapper.OnClickAd();
        }
Ejemplo n.º 4
0
        public static void ShowAd()
        {
            BasePlatformWrapper platformWrapper = PlatformWrapper.platform;

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

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

            platformWrapper.SetType(type);
        }