Property | Type | Description | |
---|---|---|---|
debugOutput | bool | ||
logging | bool |
Method | Description | |
---|---|---|
FuseLog ( string str ) : void | ||
OnDestroy ( ) : void | ||
Start ( ) : void | ||
productListReceivedEvent ( List |
||
productPurchaseAwaitingConfirmationEvent ( StoreKitTransaction transaction ) : void | ||
purchaseCancelled ( string error ) : void | ||
purchaseFailed ( string error ) : void | ||
purchaseSuccessful ( StoreKitTransaction transaction ) : void |
Method | Description | |
---|---|---|
RegisterActions ( ) : void | ||
UnregisterActions ( ) : void | ||
readReceiptData ( ) : byte[] |
public productListReceivedEvent ( List |
||
productList | List |
|
return | void |
public productPurchaseAwaitingConfirmationEvent ( StoreKitTransaction transaction ) : void | ||
transaction | StoreKitTransaction | |
return | void |
public purchaseCancelled ( string error ) : void | ||
error | string | |
return | void |
public purchaseFailed ( string error ) : void | ||
error | string | |
return | void |
public purchaseSuccessful ( StoreKitTransaction transaction ) : void | ||
transaction | StoreKitTransaction | |
return | void |