ChartboostMediationFullscreenAdLoadResult

class ChartboostMediationFullscreenAdLoadResult(val ad: ChartboostMediationFullscreenAd?, val loadId: String, val metrics: JSONObject, var error: ChartboostMediationError?) : AdLoadResult

The Chartboost Mediation fullscreen ad load result.

Constructors

constructor(ad: ChartboostMediationFullscreenAd?, loadId: String, metrics: JSONObject, error: ChartboostMediationError?)

Properties

Link copied to clipboard
Link copied to clipboard

The error that occurred during the ad load event, if any.

Link copied to clipboard

The identifier for this load call.

Link copied to clipboard

Metrics data as JSON for the ad load event.