C# 클래스 FuseSDK_Prime31_IAB, FuseSDKUnity

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
FuseLog ( string str ) : void
OnDestroy ( ) : void
PurchaseFailed ( string error, int response ) : void
PurchaseSucceeded ( GooglePurchase purchase ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
GetProductInfo ( float delay ) : IEnumerator
GetSkuFailed ( string error ) : void
GetSkuInfo ( List purchaseInfo, List skuInfo ) : void
RegisterActions ( ) : void
UnregisterActions ( ) : void

메소드 상세

FuseLog() 공개 정적인 메소드

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

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

PurchaseFailed() 공개 메소드

public PurchaseFailed ( string error, int response ) : void
error string
response int
리턴 void

PurchaseSucceeded() 공개 메소드

public PurchaseSucceeded ( GooglePurchase purchase ) : void
purchase GooglePurchase
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

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

public static bool debugOutput
리턴 bool

logging 공개적으로 프로퍼티

public bool logging
리턴 bool