IOSFullscreenVideoConfig constructor

const IOSFullscreenVideoConfig({
  1. required String slotId,
  2. PangleLoadingType loadingType = PangleLoadingType.normal,
})

The full screen video ad config for iOS

slotId required. The unique identifier of a full screen video ad. loadingType optional. 加载广告的类型,默认PangleLoadingType.normal

Implementation

const IOSFullscreenVideoConfig({
  required this.slotId,
  this.loadingType = PangleLoadingType.normal,
});