Exemple #1
0
        public static void InitAd(string source)
        {
            BasePlatformWrapper platformWrapper = PlatformWrapper.platform;

            Debug.Log("AdInsert:InitAd");
            Moonma.AdKit.AdConfig.AdConfig.main.InitPriority(source, AdConfigParser.SOURCE_TYPE_INSERT);
            platformWrapper.InitAd(source);
        }
Exemple #2
0
        public static void SetObjectInfo(string objName)
        {
            BasePlatformWrapper platformWrapper = PlatformWrapper.platform;

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

            platformWrapper.ShowAd();
        }