showFullScreenVideoAdInteraction static method

Future<bool> showFullScreenVideoAdInteraction()

显示新模板渲染插屏 分为全屏和插屏,全屏和插屏场景下开发者都可以选择投放的广告类型,分别为图片+视频、仅视频、仅图片。

Implementation

static Future<bool> showFullScreenVideoAdInteraction() async {
  return await _channel.invokeMethod("showFullScreenVideoAdInteraction", {});
}