ATInterstitialResponse constructor
ATInterstitialResponse(
- InterstitialStatus interstatus,
- Map extraMap,
- String errStr,
- String placementID,
- bool isDeeplinkSuccess,
Implementation
ATInterstitialResponse(this.interstatus,this.extraMap,String errStr,String placementID,bool isDeeplinkSuccess):
super(errStr,placementID,isDeeplinkSuccess);