C# 클래스 StoreKit, unity-iap-example

상속: MonoBehaviour
파일 보기 프로젝트 열기: keijiro/unity-iap-example 1 사용 예제들

공개 메소드들

메소드 설명
Buy ( string productName ) : void
ConsumeProduct ( string productName ) : bool
HasProduct ( string productName ) : bool
Install ( string productIdPrefix ) : void

비공개 메소드들

메소드 설명
GetPrefKey ( string productName ) : string
_StoreKitBuy ( string productName ) : void
_StoreKitInstall ( string productIdPrefix ) : void
_StoreKitIsAvailable ( ) : bool
_StoreKitIsProcessing ( ) : bool

메소드 상세

Buy() 공개 정적인 메소드

public static Buy ( string productName ) : void
productName string
리턴 void

ConsumeProduct() 공개 정적인 메소드

public static ConsumeProduct ( string productName ) : bool
productName string
리턴 bool

HasProduct() 공개 정적인 메소드

public static HasProduct ( string productName ) : bool
productName string
리턴 bool

Install() 공개 정적인 메소드

public static Install ( string productIdPrefix ) : void
productIdPrefix string
리턴 void