docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IUnityLevelPlayInterstitial

    Interface representing LevelPlay's interstitial events

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

    Events

    OnAdClicked

    Event triggered when an interstitial ad is clicked

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

    OnAdClosed

    Event triggered when an interstitial ad is closed

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

    OnAdLoadFailed

    Event triggered when an interstitial ad fails to load

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

    OnAdOpened

    Event triggered when an interstitial ad is opened

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

    OnAdReady

    Event triggered when an interstitial ad is ready

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

    OnAdShowFailed

    Event triggered when an interstitial ad failed to show

    Declaration
    event Action<IronSourceError, IronSourceAdInfo> OnAdShowFailed
    Event Type
    Type Description
    Action<IronSourceError, IronSourceAdInfo>

    OnAdShowSucceeded

    Event triggered when an interstitial ad showed successfully

    Declaration
    event Action<IronSourceAdInfo> OnAdShowSucceeded
    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)