Possible Payment Service events.
Synopsis:
#include <bps/paymentservice.h>
enumĀ {
PURCHASE_RESPONSE = 0x00
GET_EXISTING_PURCHASES_RESPONSE = 0x01
GET_PRICE_RESPONSE = 0x02
CHECK_EXISTING_RESPONSE = 0x03
CANCEL_SUBSCRIPTION_RESPONSE = 0x04
};
Data:
- PURCHASE_RESPONSE
- Indicates that a response to a purchase request has been received.
- GET_EXISTING_PURCHASES_RESPONSE
- Indicates that a response to a request to retrieve purchase history has been received.
- GET_PRICE_RESPONSE
- Indicates that a response to a request to get the price of a digital good has been received.
- CHECK_EXISTING_RESPONSE
- Indicates that a response to a request to check the subscription status of a digital good has been received.
- CANCEL_SUBSCRIPTION_RESPONSE
- Indicates that a response to a request to cancel a subscription has been received.
Library:
libbps (For the qcc command, use the -l bps option to link against this library)
Description:
This enumeration defines the Payment Service events.