Class BannerOptions | Advertisement | 3.6.1
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
    Object
    BannerOptions
    Namespace: UnityEngine.Advertisements
    Syntax
    public class BannerOptions

    Properties

    clickCallback

    This callback fires when the banner is clicked by the user.

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

    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 © 2020 Unity Technologies
    Generated by DocFX
    on 14 December 2020