IPDContentAdView constructor

const IPDContentAdView(
  1. String posId, {
  2. Key? key,
  3. required double width,
  4. required double height,
  5. String userId = "",
  6. dynamic contentAdListener(
    1. IPDEvent ret
    )?,
  7. IPDContentAdViewCreated? onCreatedCallback,
})

Implementation

const IPDContentAdView(this.posId,
    {Key? key,
    required this.width,
    required this.height,
    this.userId = "",
    this.contentAdListener,
    this.onCreatedCallback})
    : super(key: key);