NotificationResult
#include <bb/platform/NotificationResult>
To link against this class, add the following line to your .pro file: LIBS += -lbbplatform
The possible results of a UI request.
Since:
BlackBerry 10.0.0
Public Types Index
enum TypeNone = 0, Error = 1, ButtonSelection = 2 |
Public Types
The possible results of a UI request.
Since:
BlackBerry 10.0.0
- None = 0
No result is available.
Since:BlackBerry 10.0.0
- Error = 1
The request failed due to an error.
Since:BlackBerry 10.0.0
- ButtonSelection = 2
A button was selected.
Since:BlackBerry 10.0.0