C# Class FuseMisc.IAPOfferInfo

Representation of an In-App Purchase Offer that can be presented to a player.
Afficher le fichier Open project: fusepowered/FuseSDKUnity Class Usage Examples

Méthodes publiques

Свойство Type Description
EndTime System.DateTime
ItemAmount int
ItemName string
Metadata string
ProductId string
ProductPrice float
StartTime System.DateTime

Méthodes publiques

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

Method Details

IAPOfferInfo() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

EndTime public_oe property

The time and date when the offer should end.
public DateTime,System EndTime
Résultat System.DateTime

ItemAmount public_oe property

The amount the user will get from the IAP, used when the item is a currency.
public int ItemAmount
Résultat int

ItemName public_oe property

The item the user will get from the IAP.
public string ItemName
Résultat string

Metadata public_oe property

The metadata configured for this offer.
public string Metadata
Résultat string

ProductId public_oe property

The id of the product the user will be asked to purchase.
public string ProductId
Résultat string

ProductPrice public_oe property

The real currency price of the IAP.
public float ProductPrice
Résultat float

StartTime public_oe property

The time and date when the offer should start.
public DateTime,System StartTime
Résultat System.DateTime