public static void InitAd(string source) { // Moonma.AdKit.AdConfig.AdConfig.main.InitPriority(source,AdConfigParser.SOURCE_TYPE_VIDEO); BasePlatformWrapper platformWrapper = PlatformWrapper.platform; platformWrapper.InitAd(source); }
public static void SetObjectInfo(string objName, string objMethod) { BasePlatformWrapper platformWrapper = PlatformWrapper.platform; platformWrapper.SetObjectInfo(objName, objMethod); }
public static void OnClickAd() { BasePlatformWrapper platformWrapper = PlatformWrapper.platform; platformWrapper.OnClickAd(); }
public static void ShowAd() { BasePlatformWrapper platformWrapper = PlatformWrapper.platform; platformWrapper.ShowAd(); }
public static void PreLoad(string source) { BasePlatformWrapper platformWrapper = PlatformWrapper.platform; platformWrapper.PreLoad(source); }
public static void SetType(int type) { BasePlatformWrapper platformWrapper = PlatformWrapper.platform; platformWrapper.SetType(type); }