docs.unity3d.com
    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
    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