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