C# Class FuseMisc.RewardedInfo

Representation of the reward that a player will recieve for watching a rewarded video.
Exibir arquivo Open project: fusepowered/FuseSDKUnity Class Usage Examples

Public Properties

Property Type Description
PreRollMessage string
RewardAmount int
RewardItem string
RewardItemId int
RewardMessage string

Public Methods

Method Description
RewardedInfo ( string infoString ) : System
ToString ( ) : string

Method Details

RewardedInfo() public method

public RewardedInfo ( string infoString ) : System
infoString string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

PreRollMessage public_oe property

The message displayed before a video is shown, typicaly asking if the user would like to watch a video.
public string PreRollMessage
return string

RewardAmount public_oe property

The amount the user will get as a reward, used when the item is a currency.
public int RewardAmount
return int

RewardItem public_oe property

The item the user will get as a reward.
public string RewardItem
return string

RewardItemId public_oe property

The ID of the item the user will get as a reward.
public int RewardItemId
return int

RewardMessage public_oe property

The message displayed after a video is shown, typicaly confirming the reward the user got.
public string RewardMessage
return string