Interface IUnityLevelPlayInterstitial
Interface representing LevelPlay's interstitial events
Namespace: Global Namespace
Assembly: Unity.LevelPlay.dll
Syntax
public interface IUnityLevelPlayInterstitial
Events
OnAdClicked
Event triggered when an interstitial ad is clicked
Declaration
event Action<IronSourceAdInfo> OnAdClicked
Event Type
Type | Description |
---|---|
Action<Iron |
OnAdClosed
Event triggered when an interstitial ad is closed
Declaration
event Action<IronSourceAdInfo> OnAdClosed
Event Type
Type | Description |
---|---|
Action<Iron |
OnAdLoadFailed
Event triggered when an interstitial ad fails to load
Declaration
event Action<IronSourceError> OnAdLoadFailed
Event Type
Type | Description |
---|---|
Action<Iron |
OnAdOpened
Event triggered when an interstitial ad is opened
Declaration
event Action<IronSourceAdInfo> OnAdOpened
Event Type
Type | Description |
---|---|
Action<Iron |
OnAdReady
Event triggered when an interstitial ad is ready
Declaration
event Action<IronSourceAdInfo> OnAdReady
Event Type
Type | Description |
---|---|
Action<Iron |
OnAdShowFailed
Event triggered when an interstitial ad failed to show
Declaration
event Action<IronSourceError, IronSourceAdInfo> OnAdShowFailed
Event Type
Type | Description |
---|---|
Action<Iron |
OnAdShowSucceeded
Event triggered when an interstitial ad showed successfully
Declaration
event Action<IronSourceAdInfo> OnAdShowSucceeded
Event Type
Type | Description |
---|---|
Action<Iron |