Class IronSourceBannerEvents
Listener that handles banner events.
Inherited Members
Namespace: Global Namespace
Assembly: Unity.LevelPlay.dll
Syntax
public class IronSourceBannerEvents : MonoBehaviour
Events
onAdClickedEvent
Event triggered when a banner has been clicked.
Declaration
public static event Action<IronSourceAdInfo> onAdClickedEvent
Event Type
Type | Description |
---|---|
Action<Iron |
onAdLeftApplicationEvent
Event triggered when a banner has left the application.
Declaration
public static event Action<IronSourceAdInfo> onAdLeftApplicationEvent
Event Type
Type | Description |
---|---|
Action<Iron |
onAdLoadFailedEvent
Event triggered when a banner has failed to load.
Declaration
public static event Action<IronSourceError> onAdLoadFailedEvent
Event Type
Type | Description |
---|---|
Action<Iron |
onAdLoadedEvent
Event triggered when a banner has been loaded.
Declaration
public static event Action<IronSourceAdInfo> onAdLoadedEvent
Event Type
Type | Description |
---|---|
Action<Iron |
onAdScreenDismissedEvent
Event triggered when a banner has been dismissed.
Declaration
public static event Action<IronSourceAdInfo> onAdScreenDismissedEvent
Event Type
Type | Description |
---|---|
Action<Iron |
onAdScreenPresentedEvent
Event triggered when a banner has been presented.
Declaration
public static event Action<IronSourceAdInfo> onAdScreenPresentedEvent
Event Type
Type | Description |
---|---|
Action<Iron |