Class IronSourceRewardedVideoEvents
Access point to LevelPlay's rewarded video events
Inherited Members
Namespace: Global Namespace
Assembly: Unity.LevelPlay.dll
Syntax
public class IronSourceRewardedVideoEvents : MonoBehaviour
Events
onAdAvailableEvent
Event triggered when a rewarded ad becomes available
Declaration
public static event Action<IronSourceAdInfo> onAdAvailableEvent
Event Type
Type | Description |
---|---|
Action<Iron |
onAdClickedEvent
Event triggered when a rewarded ad is clicked
Declaration
public static event Action<IronSourcePlacement, IronSourceAdInfo> onAdClickedEvent
Event Type
Type | Description |
---|---|
Action<Iron |
onAdClosedEvent
Event triggered when a rewarded ad is closed
Declaration
public static event Action<IronSourceAdInfo> onAdClosedEvent
Event Type
Type | Description |
---|---|
Action<Iron |
onAdLoadFailedEvent
Event triggered when a rewarded ad failed to load
Declaration
public static event Action<IronSourceError> onAdLoadFailedEvent
Event Type
Type | Description |
---|---|
Action<Iron |
onAdOpenedEvent
Event triggered when a rewarded ad opens
Declaration
public static event Action<IronSourceAdInfo> onAdOpenedEvent
Event Type
Type | Description |
---|---|
Action<Iron |
onAdReadyEvent
Event triggered when a rewarded ad becomes ready
Declaration
public static event Action<IronSourceAdInfo> onAdReadyEvent
Event Type
Type | Description |
---|---|
Action<Iron |
onAdRewardedEvent
Event triggered when a rewarded ad is rewarded
Declaration
public static event Action<IronSourcePlacement, IronSourceAdInfo> onAdRewardedEvent
Event Type
Type | Description |
---|---|
Action<Iron |
onAdShowFailedEvent
Event triggered when a rewarded ad failed to show
Declaration
public static event Action<IronSourceError, IronSourceAdInfo> onAdShowFailedEvent
Event Type
Type | Description |
---|---|
Action<Iron |
onAdUnavailableEvent
Event triggered when a rewarded ad becomes unavailable
Declaration
public static event Action onAdUnavailableEvent
Event Type
Type | Description |
---|---|
Action |