DigitalGoodState
Since: BlackBerry 10.0.0
#include <bb/platform/DigitalGoodState>
To link against this class, add the following line to your .pro file: LIBS += -lbbplatform
The possible states of a digital good.
Overview
Public Types Index
enum TypeOwned 0, NewSubscription 1, SubscriptionRefunded 2, SubscriptionCanceled 3, SubscriptionRenewed 4, Unknown 5 |
Public Types
The possible states of a digital good.
BlackBerry 10.0.0
- Owned 0
The digital good is not a subscription; it is owned by the user.
- NewSubscription 1
The user is currently subscribed to the digital good.
It's a new subscription.
Since:BlackBerry 10.0.0
- SubscriptionRefunded 2
The subscription digital good has been refunded.
Since:BlackBerry 10.0.0
- SubscriptionCanceled 3
The subscription has been canceled.
Note:A subscription remains active until its subscription period ends, even if it has been canceled.
Since:BlackBerry 10.0.0
- SubscriptionRenewed 4
The user is currently subscribed and has renewed the subscription.
Since:BlackBerry 10.0.0
- Unknown 5
The state of the digital good is unknown.
Since:BlackBerry 10.0.0