docs.unity3d.com
    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
    Namespace: UnityEngine.Advertisements
    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
    Back to top
    Terms of use
    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