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 |