docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RewardEventArgs

    Reward Event Arguments.

    Inheritance
    object
    EventArgs
    RewardEventArgs
    Inherited Members
    EventArgs.Empty
    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 RewardEventArgs : EventArgs

    Constructors

    RewardEventArgs(string, string)

    Constructor for Arguments for Rewarded Event.

    Declaration
    public RewardEventArgs(string type, string amount)
    Parameters
    Type Name Description
    string type

    Type of Reward.

    string amount

    Amount of Reward.

    Properties

    Amount

    Reward Amount for Rewarded Ad Event.

    Declaration
    public string Amount { get; }
    Property Value
    Type Description
    string

    Type

    Reward Type for Rewarded Ad Event.

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