ATInterstitialResponse constructor

ATInterstitialResponse(
  1. InterstitialStatus interstatus,
  2. Map extraMap,
  3. String errStr,
  4. String placementID,
  5. bool isDeeplinkSuccess,
)

Implementation

ATInterstitialResponse(this.interstatus,this.extraMap,String errStr,String placementID,bool isDeeplinkSuccess):
      super(errStr,placementID,isDeeplinkSuccess);