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.

Delegate FullscreenAdEventWithError

Generic IFullscreenAd even with a possible error.

The IFullscreenAd triggering the event. The ChartboostMediationError that occurred during the event, if any.
Namespace: Chartboost.Mediation.Ad.Fullscreen
Assembly: Chartboost.Mediation.dll
Syntax
public delegate void FullscreenAdEventWithError(IFullscreenAd ad, ChartboostMediationError? error)
Parameters
Type Name Description
IFullscreenAd ad
ChartboostMediationError? error