Class BannerLoadOptions | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class BannerLoadOptions

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

    Inheritance
    System.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 Copyright © 2019 Unity Technologies
    Generated by DocFX