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