C# 클래스 FuseSDK_Unibill_Android, FuseSDKUnity

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
FuseLog ( string str ) : void
OnDestroy ( ) : void
Start ( ) : void
purchaseCancelled ( PurchasableItem item ) : void
purchaseFailed ( PurchasableItem item ) : void
purchaseSuccessful ( PurchaseEvent e ) : void

비공개 메소드들

메소드 설명
GetBytes ( string str ) : byte[]
RegisterActions ( ) : void
UnregisterActions ( ) : void
onBillerReady ( UnibillState state ) : void

메소드 상세

FuseLog() 공개 정적인 메소드

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

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

purchaseCancelled() 공개 메소드

public purchaseCancelled ( PurchasableItem item ) : void
item PurchasableItem
리턴 void

purchaseFailed() 공개 메소드

public purchaseFailed ( PurchasableItem item ) : void
item PurchasableItem
리턴 void

purchaseSuccessful() 공개 메소드

public purchaseSuccessful ( PurchaseEvent e ) : void
e PurchaseEvent
리턴 void

프로퍼티 상세

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

public static bool ActionsRegistered
리턴 bool

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

public static bool debugOutput
리턴 bool

logging 공개적으로 프로퍼티

public bool logging
리턴 bool