C# Класс FuseMisc.IAPOfferInfo

Representation of an In-App Purchase Offer that can be presented to a player.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
EndTime System.DateTime
ItemAmount int
ItemName string
Metadata string
ProductId string
ProductPrice float
StartTime System.DateTime

Открытые методы

Метод Описание
IAPOfferInfo ( string infoString ) : System
ToString ( ) : string

Описание методов

IAPOfferInfo() публичный Метод

public IAPOfferInfo ( string infoString ) : System
infoString string
Результат System

ToString() публичный Метод

public ToString ( ) : string
Результат string

Описание свойств

EndTime публичное свойство

The time and date when the offer should end.
public DateTime,System EndTime
Результат System.DateTime

ItemAmount публичное свойство

The amount the user will get from the IAP, used when the item is a currency.
public int ItemAmount
Результат int

ItemName публичное свойство

The item the user will get from the IAP.
public string ItemName
Результат string

Metadata публичное свойство

The metadata configured for this offer.
public string Metadata
Результат string

ProductId публичное свойство

The id of the product the user will be asked to purchase.
public string ProductId
Результат string

ProductPrice публичное свойство

The real currency price of the IAP.
public float ProductPrice
Результат float

StartTime публичное свойство

The time and date when the offer should start.
public DateTime,System StartTime
Результат System.DateTime