C# Class FuseMisc.Product

Representation of an item that the user is able to purchase from the App Store. IOS ONLY.
Afficher le fichier Open project: fusepowered/FuseSDKUnity Class Usage Examples

Méthodes publiques

Свойство Type Description
Price float
PriceLocale string
ProductId string

Méthodes publiques

Méthode Description
ToString ( ) : string

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Price public_oe property

The price of the product.
public float Price
Résultat float

PriceLocale public_oe property

The currency that the price is in.
public string PriceLocale
Résultat string

ProductId public_oe property

The ID of the product used by the App Store.
public string ProductId
Résultat string