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

    Class BannerOptions

    Collection of options that can be passed to [[Advertisements.Banner.Show]] to be notified of events within the banner.

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

    Properties

    hideCallback

    Callback that is fired when the banner is hidden to the gamer.

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

    showCallback

    Callback that is fired when when the banner is visible to the gamer.

    Declaration
    public BannerOptions.BannerCallback showCallback { get; set; }
    Property Value
    Type Description
    BannerOptions.BannerCallback
    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