C# Class FuseMisc.RewardedInfo

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

Méthodes publiques

Свойство Type Description
PreRollMessage string
RewardAmount int
RewardItem string
RewardItemId int
RewardMessage string

Méthodes publiques

Méthode Description
RewardedInfo ( string infoString ) : System
ToString ( ) : string

Method Details

RewardedInfo() public méthode

public RewardedInfo ( string infoString ) : System
infoString string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat 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
Résultat string

RewardAmount public_oe property

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

RewardItem public_oe property

The item the user will get as a reward.
public string RewardItem
Résultat string

RewardItemId public_oe property

The ID of the item the user will get as a reward.
public int RewardItemId
Résultat int

RewardMessage public_oe property

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