프로퍼티 | 타입 | 설명 | |
---|---|---|---|
instance | StoreManager, | ||
receiptServer | string |
메소드 | 설명 | |
---|---|---|
CallbackProvideContent ( string productIdentifier ) : void | ||
CallbackReceiveProductInfo ( string info ) : void | ||
CallbackStoreLoadFailed ( string empty ) : void | ||
CallbackStoreLoadedSuccessfully ( string empty ) : void | ||
CallbackTransactionFailed ( string empty ) : void | ||
ListProducts ( ) : StoreProduct[], |
메소드 | 설명 | |
---|---|---|
Awake ( ) : void | ||
Start ( ) : void |
public CallbackProvideContent ( string productIdentifier ) : void | ||
productIdentifier | string | |
리턴 | void |
public CallbackReceiveProductInfo ( string info ) : void | ||
info | string | |
리턴 | void |
public CallbackStoreLoadFailed ( string empty ) : void | ||
empty | string | |
리턴 | void |
public CallbackStoreLoadedSuccessfully ( string empty ) : void | ||
empty | string | |
리턴 | void |
public CallbackTransactionFailed ( string empty ) : void | ||
empty | string | |
리턴 | void |