IosZjPlayletView constructor
IosZjPlayletView(
- String adId,
- String jsonConfigPath, {
- required double width,
- required double height,
- required int freeEpisodesCount,
- required int unlockEpisodesCountUsingAD,
- bool hideLikeIcon = false,
- bool hideCollectIcon = false,
- bool disableDoubleClickLike = false,
- bool disableLongPressSpeed = false,
- String? posId,
- int? adType,
- void onPlayletListener(
- IosZjEvent ret
- Key? key,
Implementation
IosZjPlayletView(this.adId, this.jsonConfigPath,
{required this.width,
required this.height,
required this.freeEpisodesCount,
required this.unlockEpisodesCountUsingAD,
this.hideLikeIcon = false,
this.hideCollectIcon = false,
this.disableDoubleClickLike = false,
this.disableLongPressSpeed = false,
this.posId,
this.adType,
this.onPlayletListener,
Key? key})
: super(key: key);