NotificationError
#include <bb/platform/NotificationError>
To link against this class, add the following line to your .pro file: LIBS += -lbbplatform
The errors that can be returned by the Notification service.
BlackBerry 10.0.0
Public Types Index
enum TypeNone = 0, Unknown = 1, InvalidRequest = 2, NoButtons = 3, ServiceUnavailable = 4 |
Public Types
The errors that can be returned by the Notification service.
BlackBerry 10.0.0
- None = 0
No errors have occurred.
Since:BlackBerry 10.0.0
- Unknown = 1
An unknown error has occurred.
Since:BlackBerry 10.0.0
- InvalidRequest = 2
Invalid request errors occur when the Notification service cannot interpret a request.
Since:BlackBerry 10.0.0
- NoButtons = 3
Requests may be invalid if buttons are required to be used, but no buttons are included.
Since:BlackBerry 10.0.0
Service availability determines whether notifications can be posted.
Since:BlackBerry 10.0.0