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
Methods
onAdClicked(string)
Declaration
[Obsolete("This function will be made private in a future version. Please avoid triggering events manually.", false)]
public void onAdClicked(string args)
Parameters
Type | Name | Description |
---|---|---|
string | args |
onAdLeftApplication(string)
Declaration
[Obsolete("This function will be made private in a future version. Please avoid triggering events manually.", false)]
public void onAdLeftApplication(string args)
Parameters
Type | Name | Description |
---|---|---|
string | args |
onAdLoadFailed(string)
Declaration
[Obsolete("This function will be made private in a future version. Please avoid triggering events manually.", false)]
public void onAdLoadFailed(string description)
Parameters
Type | Name | Description |
---|---|---|
string | description |
onAdLoaded(string)
Declaration
[Obsolete("This function will be made private in a future version. Please avoid triggering events manually.", false)]
public void onAdLoaded(string args)
Parameters
Type | Name | Description |
---|---|---|
string | args |
onAdScreenDismissed(string)
Declaration
[Obsolete("This function will be made private in a future version. Please avoid triggering events manually.", false)]
public void onAdScreenDismissed(string args)
Parameters
Type | Name | Description |
---|---|---|
string | args |
onAdScreenPresented(string)
Declaration
[Obsolete("This function will be made private in a future version. Please avoid triggering events manually.", false)]
public void onAdScreenPresented(string args)
Parameters
Type | Name | Description |
---|---|---|
string | args |
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> |