CustomAds constructor

CustomAds({
  1. String? qurekaLink,
  2. bool? isQurakaBanner,
  3. bool? isQurakaIntera,
  4. bool? isQurekaWebview,
  5. bool? isQurekaImageview,
  6. bool? isQurekaCustomTab,
  7. int? qurekaWebviewTiming,
  8. String? qurekaWebviewAgent,
  9. String? qurekaWebviewScript,
  10. bool? isQurakaNative,
  11. int? interstitialInterval,
  12. bool? closeButtonToDirectWeb,
  13. bool? isRedirectCustomImpression,
  14. List<String>? qurakaIntraImage,
  15. List<String>? qurakaNativeImage,
  16. List<String>? qurakaBannerImage,
})

Implementation

CustomAds(
    {this.qurekaLink,
    this.isQurakaBanner,
    this.isQurakaIntera,
    this.isQurekaWebview,
    this.isQurekaImageview,
    this.isQurekaCustomTab,
    this.qurekaWebviewTiming,
    this.qurekaWebviewAgent,
    this.qurekaWebviewScript,
    this.isQurakaNative,
    this.interstitialInterval,
    this.closeButtonToDirectWeb,
    this.isRedirectCustomImpression,
    this.qurakaIntraImage,
    this.qurakaNativeImage,
    this.qurakaBannerImage});