docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IUnityLevelPlayRewardedVideo

    Interface representing LevelPlay's Rewarded video events

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

    Events

    OnAdAvailable

    Event triggered when a rewarded video becomes available

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

    OnAdClicked

    Event triggered when a rewarded video is clicked

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

    OnAdClosed

    Event triggered when a rewarded video is closed

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

    OnAdOpened

    Event triggered when a rewarded video is opened

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

    OnAdRewarded

    Event triggered when a rewarded video is rewarded

    Declaration
    event Action<IronSourcePlacement, IronSourceAdInfo> OnAdRewarded
    Event Type
    Type Description
    Action<IronSourcePlacement, IronSourceAdInfo>

    OnAdShowFailed

    Event triggered when a rewarded video fails to show

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

    OnAdUnavailable

    Event triggered when a rewarded video becomes unavailable

    Declaration
    event Action OnAdUnavailable
    Event Type
    Type Description
    Action
    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)