Class LevelPlayReward
Represents the reward from LevelPlay Rewarded Ad, including a name and the amount
Inherited Members
Namespace: com.unity3d.mediation
Assembly: Unity.LevelPlay.dll
Syntax
public class LevelPlayReward
Properties
Amount
Declaration
public int Amount { get; }
Property Value
| Type | Description |
|---|---|
| int |
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |