C# 클래스 FuseMisc.IAPOfferInfo

Representation of an In-App Purchase Offer that can be presented to a player.
파일 보기 프로젝트 열기: fusepowered/FuseSDKUnity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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