Property | Type | Description | |
---|---|---|---|
debugOutput | bool | ||
logging | bool |
Method | Description | |
---|---|---|
FuseLog ( string str ) : void | ||
OnDestroy ( ) : void | ||
PurchaseFailed ( string error, int response ) : void | ||
PurchaseSucceeded ( GooglePurchase purchase ) : void | ||
Start ( ) : void |
Method | Description | |
---|---|---|
GetProductInfo ( float delay ) : IEnumerator | ||
GetSkuFailed ( string error ) : void | ||
GetSkuInfo ( List |
||
RegisterActions ( ) : void | ||
UnregisterActions ( ) : void |
public PurchaseFailed ( string error, int response ) : void | ||
error | string | |
response | int | |
return | void |
public PurchaseSucceeded ( GooglePurchase purchase ) : void | ||
purchase | GooglePurchase | |
return | void |