Interface IAdLoadResult
The Chartboost Mediation IAd load result.
Namespace: Chartboost.Mediation.Requests
Assembly: Chartboost.Mediation.dll
Syntax
public interface IAdLoadResult
Properties
Error
The error that occurred during the ad load event, if any.
Declaration
ChartboostMediationError? Error { get; }
Property Value
| Type | Description |
|---|---|
| ChartboostMediationError? |
LoadId
The identifier for this load call.
Declaration
string LoadId { get; }
Property Value
| Type | Description |
|---|---|
| string |
Metrics
Metrics data for the ad load event.
Declaration
Metrics? Metrics { get; }
Property Value
| Type | Description |
|---|---|
| Metrics? |
WinningBidInfo
Declaration
BidInfo? WinningBidInfo { get; }
Property Value
| Type | Description |
|---|---|
| BidInfo? |