Interface IUnityLevelPlayRewardedVideo
Interface representing LevelPlay's Rewarded video events
Namespace: Global Namespace
Assembly: Unity.LevelPlay.dll
Syntax
public interface IUnityLevelPlayRewardedVideo
Events
OnAdAvailable
Event triggered when a rewarded video becomes available
Declaration
event Action<IronSourceAdInfo> OnAdAvailable
Event Type
Type | Description |
---|---|
Action<Iron |
OnAdClicked
Event triggered when a rewarded video is clicked
Declaration
event Action<IronSourcePlacement, IronSourceAdInfo> OnAdClicked
Event Type
Type | Description |
---|---|
Action<Iron |
OnAdClosed
Event triggered when a rewarded video is closed
Declaration
event Action<IronSourceAdInfo> OnAdClosed
Event Type
Type | Description |
---|---|
Action<Iron |
OnAdOpened
Event triggered when a rewarded video is opened
Declaration
event Action<IronSourceAdInfo> OnAdOpened
Event Type
Type | Description |
---|---|
Action<Iron |
OnAdRewarded
Event triggered when a rewarded video is rewarded
Declaration
event Action<IronSourcePlacement, IronSourceAdInfo> OnAdRewarded
Event Type
Type | Description |
---|---|
Action<Iron |
OnAdShowFailed
Event triggered when a rewarded video fails to show
Declaration
event Action<IronSourceError, IronSourceAdInfo> OnAdShowFailed
Event Type
Type | Description |
---|---|
Action<Iron |
OnAdUnavailable
Event triggered when a rewarded video becomes unavailable
Declaration
event Action OnAdUnavailable
Event Type
Type | Description |
---|---|
Action |