IosZjPlayletView constructor

IosZjPlayletView(
  1. String adId,
  2. String jsonConfigPath, {
  3. required double width,
  4. required double height,
  5. required int freeEpisodesCount,
  6. required int unlockEpisodesCountUsingAD,
  7. bool hideLikeIcon = false,
  8. bool hideCollectIcon = false,
  9. bool disableDoubleClickLike = false,
  10. bool disableLongPressSpeed = false,
  11. String? posId,
  12. int? adType,
  13. void onPlayletListener(
    1. IosZjEvent ret
    )?,
  14. 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);