Class IronSourceEvents
Access point to LevelPlay's 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 IronSourceEvents : MonoBehaviour
Events
onConsentViewDidAcceptEvent
Event triggered when the consent view was accepted
Declaration
public static event Action<string> onConsentViewDidAcceptEvent
Event Type
Type | Description |
---|---|
Action<string> |
onConsentViewDidDismissEvent
Event triggered when the consent view is dismissed
Declaration
public static event Action<string> onConsentViewDidDismissEvent
Event Type
Type | Description |
---|---|
Action<string> |
onConsentViewDidFailToLoadWithErrorEvent
Event triggered when the consent view fails to load
Declaration
public static event Action<string, IronSourceError> onConsentViewDidFailToLoadWithErrorEvent
Event Type
Type | Description |
---|---|
Action<string, IronSourceError> |
onConsentViewDidFailToShowWithErrorEvent
Event triggered when the consent view fails to show
Declaration
public static event Action<string, IronSourceError> onConsentViewDidFailToShowWithErrorEvent
Event Type
Type | Description |
---|---|
Action<string, IronSourceError> |
onConsentViewDidLoadSuccessEvent
Event triggered when the consent view loads successfully
Declaration
public static event Action<string> onConsentViewDidLoadSuccessEvent
Event Type
Type | Description |
---|---|
Action<string> |
onConsentViewDidShowSuccessEvent
Event triggered when the consent view shows successfully
Declaration
public static event Action<string> onConsentViewDidShowSuccessEvent
Event Type
Type | Description |
---|---|
Action<string> |
onImpressionDataReadyEvent
Event triggered when an impression event occurs
Declaration
public static event Action<IronSourceImpressionData> onImpressionDataReadyEvent
Event Type
Type | Description |
---|---|
Action<IronSourceImpressionData> |
onSdkInitializationCompletedEvent
Event triggered when the SDK initialization completes successfully
Declaration
public static event Action onSdkInitializationCompletedEvent
Event Type
Type | Description |
---|---|
Action |
onSegmentReceivedEvent
Event triggered when a segment has been received
Declaration
public static event Action<string> onSegmentReceivedEvent
Event Type
Type | Description |
---|---|
Action<string> |