Class IronSourceRewardedVideoEvents
Access point to LevelPlay's rewarded video events
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
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<IronSourceAdInfo> |
onAdClickedEvent
Event triggered when a rewarded ad is clicked
Declaration
public static event Action<IronSourcePlacement, IronSourceAdInfo> onAdClickedEvent
Event Type
Type | Description |
---|---|
Action<IronSourcePlacement, IronSourceAdInfo> |
onAdClosedEvent
Event triggered when a rewarded ad is closed
Declaration
public static event Action<IronSourceAdInfo> onAdClosedEvent
Event Type
Type | Description |
---|---|
Action<IronSourceAdInfo> |
onAdLoadFailedEvent
Event triggered when a rewarded ad failed to load
Declaration
public static event Action<IronSourceError> onAdLoadFailedEvent
Event Type
Type | Description |
---|---|
Action<IronSourceError> |
onAdOpenedEvent
Event triggered when a rewarded ad opens
Declaration
public static event Action<IronSourceAdInfo> onAdOpenedEvent
Event Type
Type | Description |
---|---|
Action<IronSourceAdInfo> |
onAdReadyEvent
Event triggered when a rewarded ad becomes ready
Declaration
public static event Action<IronSourceAdInfo> onAdReadyEvent
Event Type
Type | Description |
---|---|
Action<IronSourceAdInfo> |
onAdRewardedEvent
Event triggered when a rewarded ad is rewarded
Declaration
public static event Action<IronSourcePlacement, IronSourceAdInfo> onAdRewardedEvent
Event Type
Type | Description |
---|---|
Action<IronSourcePlacement, IronSourceAdInfo> |
onAdShowFailedEvent
Event triggered when a rewarded ad failed to show
Declaration
public static event Action<IronSourceError, IronSourceAdInfo> onAdShowFailedEvent
Event Type
Type | Description |
---|---|
Action<IronSourceError, IronSourceAdInfo> |
onAdUnavailableEvent
Event triggered when a rewarded ad becomes unavailable
Declaration
public static event Action onAdUnavailableEvent
Event Type
Type | Description |
---|---|
Action |