docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class UnsupportedBannerAd

    Inheritance
    object
    UnsupportedBannerAd
    Implements
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: com.unity3d.mediation
    Assembly: Unity.LevelPlay.dll
    Syntax
    public class UnsupportedBannerAd : IDisposable

    Constructors

    UnsupportedBannerAd(string, LevelPlayAdSize, LevelPlayBannerPosition, string)

    Declaration
    public UnsupportedBannerAd(string adUnitId, LevelPlayAdSize size, LevelPlayBannerPosition position, string placementId)
    Parameters
    Type Name Description
    string adUnitId
    LevelPlayAdSize size
    LevelPlayBannerPosition position
    string placementId

    Properties

    AdSize

    Declaration
    public LevelPlayAdSize AdSize { get; }
    Property Value
    Type Description
    LevelPlayAdSize

    AdUnitId

    Declaration
    public string AdUnitId { get; }
    Property Value
    Type Description
    string

    PlacementName

    Declaration
    public string PlacementName { get; }
    Property Value
    Type Description
    string

    Position

    Declaration
    public LevelPlayBannerPosition Position { get; }
    Property Value
    Type Description
    LevelPlayBannerPosition

    Size

    Declaration
    public LevelPlayAdSize Size { get; }
    Property Value
    Type Description
    LevelPlayAdSize

    Methods

    DestroyAd()

    Declaration
    public void DestroyAd()

    Dispose()

    Declaration
    public void Dispose()

    HideAd()

    Declaration
    public void HideAd()

    Load()

    Declaration
    public void Load()

    PauseAutoRefresh()

    Declaration
    public void PauseAutoRefresh()

    ResumeAutoRefresh()

    Declaration
    public void ResumeAutoRefresh()

    SetAutoRefresh(bool)

    Declaration
    public void SetAutoRefresh(bool flag)
    Parameters
    Type Name Description
    bool flag

    ShowAd()

    Declaration
    public void ShowAd()

    Events

    OnAdClicked

    Declaration
    public event EventHandler<LevelPlayAdInfo> OnAdClicked
    Event Type
    Type Description
    EventHandler<LevelPlayAdInfo>

    OnAdCollapsed

    Declaration
    public event EventHandler<LevelPlayAdInfo> OnAdCollapsed
    Event Type
    Type Description
    EventHandler<LevelPlayAdInfo>

    OnAdDisplayFailed

    Declaration
    public event EventHandler<LevelPlayAdDisplayInfoError> OnAdDisplayFailed
    Event Type
    Type Description
    EventHandler<LevelPlayAdDisplayInfoError>

    OnAdDisplayed

    Declaration
    public event EventHandler<LevelPlayAdInfo> OnAdDisplayed
    Event Type
    Type Description
    EventHandler<LevelPlayAdInfo>

    OnAdExpanded

    Declaration
    public event EventHandler<LevelPlayAdInfo> OnAdExpanded
    Event Type
    Type Description
    EventHandler<LevelPlayAdInfo>

    OnAdLeftApplication

    Declaration
    public event EventHandler<LevelPlayAdInfo> OnAdLeftApplication
    Event Type
    Type Description
    EventHandler<LevelPlayAdInfo>

    OnAdLoadFailed

    Declaration
    public event EventHandler<LevelPlayAdError> OnAdLoadFailed
    Event Type
    Type Description
    EventHandler<LevelPlayAdError>

    OnAdLoaded

    Declaration
    public event EventHandler<LevelPlayAdInfo> OnAdLoaded
    Event Type
    Type Description
    EventHandler<LevelPlayAdInfo>

    Implements

    IDisposable
    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)