Mediation 5.4.0 - Unity C# API Reference Mediation 5.4.0 - Unity C# API Reference
Mediation 5.4.0 - Unity C# API Reference Mediation 5.4.0 - Unity C# API Reference
© 2025 Chartboost, Inc. All rights reserved.

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?