docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RewardedAdShowOptions

    Contains optional parameters for showing a rewarded ad.

    Inheritance
    object
    RewardedAdShowOptions
    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 RewardedAdShowOptions

    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

    S2SData

    Allows providing data for a server to server redeem callback.

    Declaration
    public S2SRedeemData S2SData { get; set; }
    Property Value
    Type Description
    S2SRedeemData
    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)