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

    Class BannerOptions

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

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

    Properties

    hideCallback

    This callback fires when the banner is hidden from the user.

    Declaration
    public BannerOptions.BannerCallback hideCallback { get; set; }
    Property Value
    Type Description
    BannerOptions.BannerCallback

    showCallback

    This callback fires when the banner is visible to the user.

    Declaration
    public BannerOptions.BannerCallback showCallback { get; set; }
    Property Value
    Type Description
    BannerOptions.BannerCallback
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX