docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BannerLoadOptions

    Pass these options back to the SDK to notify it of events when loading the banner.

    Inheritance
    object
    BannerLoadOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Advertisements
    Assembly: UnityEngine.Advertisements.dll
    Syntax
    public class BannerLoadOptions

    Properties

    errorCallback

    This callback fires when an error occurs while loading the banner. If invoked, assume that the banner did not load.

    Declaration
    public BannerLoadOptions.ErrorCallback errorCallback { get; set; }
    Property Value
    Type Description
    BannerLoadOptions.ErrorCallback

    loadCallback

    This callback fires when the banner loads successfully and is available to show.

    Declaration
    public BannerLoadOptions.LoadCallback loadCallback { get; set; }
    Property Value
    Type Description
    BannerLoadOptions.LoadCallback
    In This Article
    Back to top
    Copyright © 2025 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)