Chartboost Mediation Fullscreen Ad Load Result
class ChartboostMediationFullscreenAdLoadResult(val ad: ChartboostMediationFullscreenAd?, val loadId: String, val metrics: JSONObject, var error: ChartboostMediationError?) : AdLoadResult
The Chartboost Mediation fullscreen ad load result.
Constructors
Link copied to clipboard
constructor(ad: ChartboostMediationFullscreenAd?, loadId: String, metrics: JSONObject, error: ChartboostMediationError?)
Properties
Link copied to clipboard
The ChartboostMediationFullscreenAd that was loaded, if any.
Link copied to clipboard
The error that occurred during the ad load event, if any.
Link copied to clipboard
Metrics data as JSON for the ad load event.