Class BannerLoadOptions | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class BannerLoadOptions

    Options that can be passed to [[[]]]

    Inheritance
    System.Object
    BannerLoadOptions
    Namespace: UnityEngine.Advertisements
    Syntax
    public class BannerLoadOptions

    Properties

    errorCallback

    Callback that is fired when an error occurs during banner loading. If this callback is invoked, one should assume that the banner is not loaded and one may call Load again at a later point in time.

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

    loadCallback

    Callback that is fired when when the banner is loaded and available to show.

    Declaration
    public BannerLoadOptions.LoadCallback loadCallback { get; set; }
    Property Value
    Type Description
    BannerLoadOptions.LoadCallback
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023