C# 클래스 FuseSDK_Prime31StoreKit, FuseSDKUnity

상속: MonoBehaviour
파일 보기 프로젝트 열기: fusepowered/FuseSDKUnity

공개 프로퍼티들

프로퍼티 타입 설명
debugOutput bool
logging bool

공개 메소드들

메소드 설명
FuseLog ( string str ) : void
OnDestroy ( ) : void
Start ( ) : void
productListReceivedEvent ( List productList ) : void
productPurchaseAwaitingConfirmationEvent ( StoreKitTransaction transaction ) : void
purchaseCancelled ( string error ) : void
purchaseFailed ( string error ) : void
purchaseSuccessful ( StoreKitTransaction transaction ) : void

비공개 메소드들

메소드 설명
RegisterActions ( ) : void
UnregisterActions ( ) : void
readReceiptData ( ) : byte[]

메소드 상세

FuseLog() 공개 정적인 메소드

public static FuseLog ( string str ) : void
str string
리턴 void

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

productListReceivedEvent() 공개 메소드

public productListReceivedEvent ( List productList ) : void
productList List
리턴 void

productPurchaseAwaitingConfirmationEvent() 공개 메소드

public productPurchaseAwaitingConfirmationEvent ( StoreKitTransaction transaction ) : void
transaction StoreKitTransaction
리턴 void

purchaseCancelled() 공개 메소드

public purchaseCancelled ( string error ) : void
error string
리턴 void

purchaseFailed() 공개 메소드

public purchaseFailed ( string error ) : void
error string
리턴 void

purchaseSuccessful() 공개 메소드

public purchaseSuccessful ( StoreKitTransaction transaction ) : void
transaction StoreKitTransaction
리턴 void

프로퍼티 상세

debugOutput 공개적으로 정적으로 프로퍼티

public static bool debugOutput
리턴 bool

logging 공개적으로 프로퍼티

public bool logging
리턴 bool