ApplicationStartupMode
#include <bb/system/ApplicationStartupMode>
To link against this class, add the following line to your .pro file: LIBS += -lbbsystem
The list of possible reasons an application was launched.
BlackBerry 10.0.0
Public Types Index
enum TypeLaunchApplication = 0, InvokeApplication = 1, InvokeCard = 3 |
Public Types
The list of possible reasons an application was launched.
BlackBerry 10.0.0
- LaunchApplication = 0
The application was launched normally (i.e., not due to an invoke message).
Since:BlackBerry 10.0.0
- InvokeApplication = 1
The application was launched due to an invoke message and should run as a normal application.
Since:BlackBerry 10.0.0
- InvokeCard = 3
The application was launched due to an invoke message and should run as a card.
Since:BlackBerry 10.0.0