NotificationError
Since: BlackBerry 10.0.0
#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.
Overview
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.
- 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
The Notification Settings cannot be accessed because the Notification service is unavailable.
Since:BlackBerry 10.0.0