docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IUnityLevelPlayBanner

    Interface representing LevelPlay's banner events

    Namespace: Global Namespace
    Assembly: Unity.LevelPlay.dll
    Syntax
    public interface IUnityLevelPlayBanner

    Events

    OnAdClicked

    Event triggered when a banner has been clicked

    Declaration
    event Action<IronSourceAdInfo> OnAdClicked
    Event Type
    Type Description
    Action<IronSourceAdInfo>

    OnAdLeftApplication

    Event triggered when a banner has left the application

    Declaration
    event Action<IronSourceAdInfo> OnAdLeftApplication
    Event Type
    Type Description
    Action<IronSourceAdInfo>

    OnAdLoadFailed

    Event triggered when a banner has failed to load

    Declaration
    event Action<IronSourceError> OnAdLoadFailed
    Event Type
    Type Description
    Action<IronSourceError>

    OnAdLoaded

    Event triggered when a banner is loaded

    Declaration
    event Action<IronSourceAdInfo> OnAdLoaded
    Event Type
    Type Description
    Action<IronSourceAdInfo>

    OnAdScreenDismissed

    Event triggered when a banner ad screen has been dismissed

    Declaration
    event Action<IronSourceAdInfo> OnAdScreenDismissed
    Event Type
    Type Description
    Action<IronSourceAdInfo>

    OnAdScreenPresented

    Event triggered when a banner ad screen has been presented

    Declaration
    event Action<IronSourceAdInfo> OnAdScreenPresented
    Event Type
    Type Description
    Action<IronSourceAdInfo>
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)