Class RewardEventArgs
Reward Event Arguments.
Inherited Members
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 |