docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class InterstitialAdShowOptions

    Contains optional parameters for showing an interstitial ad.

    Inheritance
    object
    InterstitialAdShowOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Mediation
    Assembly: Unity.Mediation.dll
    Syntax
    public class InterstitialAdShowOptions

    Properties

    AutoReload

    If set to true, the ad will automatically load another ad after it is done showing, so it is not necessary to call LoadAsync again. This will occur when the OnClosed or OnFailedShow event is triggered.

    Declaration
    public bool AutoReload { get; set; }
    Property Value
    Type Description
    bool
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)