Class IronSourceEvents
Access point to LevelPlay's events
Inherited Members
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
onConsentViewDidDismissEvent
Event triggered when the consent view is dismissed
Declaration
public static event Action<string> onConsentViewDidDismissEvent
Event Type
onConsentViewDidFailToLoadWithErrorEvent
Event triggered when the consent view fails to load
Declaration
public static event Action<string, IronSourceError> onConsentViewDidFailToLoadWithErrorEvent
Event Type
Type | Description |
---|---|
Action<string, Iron |
onConsentViewDidFailToShowWithErrorEvent
Event triggered when the consent view fails to show
Declaration
public static event Action<string, IronSourceError> onConsentViewDidFailToShowWithErrorEvent
Event Type
Type | Description |
---|---|
Action<string, Iron |
onConsentViewDidLoadSuccessEvent
Event triggered when the consent view loads successfully
Declaration
public static event Action<string> onConsentViewDidLoadSuccessEvent
Event Type
onConsentViewDidShowSuccessEvent
Event triggered when the consent view shows successfully
Declaration
public static event Action<string> onConsentViewDidShowSuccessEvent
Event Type
onImpressionDataReadyEvent
Event triggered when an impression event occurs
Declaration
public static event Action<IronSourceImpressionData> onImpressionDataReadyEvent
Event Type
Type | Description |
---|---|
Action<Iron |
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