Class IronSourceInterstitialEvents
Access point to LevelPlay's interstitial 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 IronSourceInterstitialEvents : MonoBehaviour
Events
onAdClickedEvent
Event triggered when an interstitial ad is clicked
Declaration
public static event Action<IronSourceAdInfo> onAdClickedEvent
Event Type
Type | Description |
---|---|
Action<IronSourceAdInfo> |
onAdClosedEvent
Event triggered when an interstitial ad is closed
Declaration
public static event Action<IronSourceAdInfo> onAdClosedEvent
Event Type
Type | Description |
---|---|
Action<IronSourceAdInfo> |
onAdLoadFailedEvent
Event triggered when an interstitial ad fails to load
Declaration
public static event Action<IronSourceError> onAdLoadFailedEvent
Event Type
Type | Description |
---|---|
Action<IronSourceError> |
onAdOpenedEvent
Event triggered when an interstitial ad is opened
Declaration
public static event Action<IronSourceAdInfo> onAdOpenedEvent
Event Type
Type | Description |
---|---|
Action<IronSourceAdInfo> |
onAdReadyEvent
Event triggered when an interstitial ad is ready
Declaration
public static event Action<IronSourceAdInfo> onAdReadyEvent
Event Type
Type | Description |
---|---|
Action<IronSourceAdInfo> |
onAdShowFailedEvent
Event triggered when an interstitial ad failed to show
Declaration
public static event Action<IronSourceError, IronSourceAdInfo> onAdShowFailedEvent
Event Type
Type | Description |
---|---|
Action<IronSourceError, IronSourceAdInfo> |
onAdShowSucceededEvent
Event triggered when an interstitial ad showed successfully
Declaration
public static event Action<IronSourceAdInfo> onAdShowSucceededEvent
Event Type
Type | Description |
---|---|
Action<IronSourceAdInfo> |