Class IronSourceBannerEvents
Listener that handles banner 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 IronSourceBannerEvents : MonoBehaviour
Events
onAdClickedEvent
Event triggered when a banner has been clicked.
Declaration
public static event Action<IronSourceAdInfo> onAdClickedEvent
Event Type
| Type | Description |
|---|---|
| Action<IronSourceAdInfo> |
onAdLeftApplicationEvent
Event triggered when a banner has left the application.
Declaration
public static event Action<IronSourceAdInfo> onAdLeftApplicationEvent
Event Type
| Type | Description |
|---|---|
| Action<IronSourceAdInfo> |
onAdLoadFailedEvent
Event triggered when a banner has failed to load.
Declaration
public static event Action<IronSourceError> onAdLoadFailedEvent
Event Type
| Type | Description |
|---|---|
| Action<IronSourceError> |
onAdLoadedEvent
Event triggered when a banner has been loaded.
Declaration
public static event Action<IronSourceAdInfo> onAdLoadedEvent
Event Type
| Type | Description |
|---|---|
| Action<IronSourceAdInfo> |
onAdScreenDismissedEvent
Event triggered when a banner has been dismissed.
Declaration
public static event Action<IronSourceAdInfo> onAdScreenDismissedEvent
Event Type
| Type | Description |
|---|---|
| Action<IronSourceAdInfo> |
onAdScreenPresentedEvent
Event triggered when a banner has been presented.
Declaration
public static event Action<IronSourceAdInfo> onAdScreenPresentedEvent
Event Type
| Type | Description |
|---|---|
| Action<IronSourceAdInfo> |