ZJTubeAdView constructor
const
ZJTubeAdView(
- String posId, {
- Key? key,
- required double width,
- required double height,
- ZJTubeAdConfig? config,
- dynamic tubeAdListener(
- ZJEvent ret
- TubeAdShowCustomUnlockDialogCallback? showCustomUnlockDialogCallback,
- TubeAdUnlockCallback? unlockCallback,
- required ZJTubeAdViewCreated onCreatedCallback,
- TubeAdPageEventCallback? pageEventCallback,
- TubeAdVideoEventCallback? videoEventCallback,
Implementation
const ZJTubeAdView(this.posId,
{Key? key,
required this.width,
required this.height,
this.config,
this.tubeAdListener,
this.showCustomUnlockDialogCallback,
this.unlockCallback,
required this.onCreatedCallback,
this.pageEventCallback,
this.videoEventCallback})
: super(key: key);