Interface IUnityLevelPlayBanner
Interface representing LevelPlay's banner events
Namespace: Global Namespace
Assembly: Unity.LevelPlay.dll
Syntax
public interface IUnityLevelPlayBanner
Events
OnAdClicked
Event triggered when a banner has been clicked
Declaration
event Action<IronSourceAdInfo> OnAdClicked
Event Type
Type | Description |
---|---|
Action<IronSourceAdInfo> |
OnAdLeftApplication
Event triggered when a banner has left the application
Declaration
event Action<IronSourceAdInfo> OnAdLeftApplication
Event Type
Type | Description |
---|---|
Action<IronSourceAdInfo> |
OnAdLoadFailed
Event triggered when a banner has failed to load
Declaration
event Action<IronSourceError> OnAdLoadFailed
Event Type
Type | Description |
---|---|
Action<IronSourceError> |
OnAdLoaded
Event triggered when a banner is loaded
Declaration
event Action<IronSourceAdInfo> OnAdLoaded
Event Type
Type | Description |
---|---|
Action<IronSourceAdInfo> |
OnAdScreenDismissed
Event triggered when a banner ad screen has been dismissed
Declaration
event Action<IronSourceAdInfo> OnAdScreenDismissed
Event Type
Type | Description |
---|---|
Action<IronSourceAdInfo> |
OnAdScreenPresented
Event triggered when a banner ad screen has been presented
Declaration
event Action<IronSourceAdInfo> OnAdScreenPresented
Event Type
Type | Description |
---|---|
Action<IronSourceAdInfo> |