net.rimlib.blackberry.api.paymentsdk.purchaseHistory
Interface PurchaseHistoryListingListener
- All Superinterfaces:
- PaymentListener
public interface PurchaseHistoryListingListener
- extends PaymentListener
Interface for listening for the results of retrieving PurchaseHistory information asynchronously.
- Since:
- Version 1.8.0
|
Method Summary |
void |
success(Purchase[] goods)
Method is executed when the request for PurchaseHistory is successful. |
success
void success(Purchase[] goods)
- Method is executed when the request for
PurchaseHistory is successful.
- Parameters:
goods - array of PurchaseHistory objects returned from the request.