SystemUiModality
#include <bb/system/SystemUiModality>
To link against this class, add the following line to your .pro file: LIBS += -lbbsystem
The possible modality values for a UI request.
Since:
BlackBerry 10.0.0
Public Types Index
enum TypeApplication = 1, Global = 2 |
Public Types
The possible modality values for a UI request.
Since:
BlackBerry 10.0.0
- Application = 1
The UI is application-modal.
Since:BlackBerry 10.0.0
- Global = 2
The UI is modal across all applications.
Elevated permissions are required to use global modality.
Since:BlackBerry 10.0.0