ApplicationInfo
Since: BlackBerry 10.0.0
#include <bb/ApplicationInfo>
To link against this class, add the following line to your .pro file: LIBS += -lbb
The ApplicationInfo class provides access to application metadata available in the BAR manifest of the package containing the application.
Applications are packaged in BAR packages that are deployed on the device. The BAR package contains metadata that describes the application as well as the package itself. This class provides access to metadata that describes the application. For metadata related to the package itself, including the unique identifier for this application, use bb::PackageInfo.
Overview
Properties Index
QString | description [read-only] |
QString | signingHash [read-only] |
QString | title [read-only] |
QString | version [read-only] |
QString | versionSigningHash [read-only] |
Public Functions Index
ApplicationInfo (QObject *parent=0) | |
virtual | ~ApplicationInfo () |
QString | description () const |
QString | signingHash () const |
QString | title () const |
QString | version () const |
QString | versionSigningHash () const |
Properties
QString
Represents the description of the application contained in the package.
BlackBerry 10.0.0
QString
Represents the token assigned by the signing authority for the application contained in the package.
BlackBerry 10.0.0
QString
Represents the version of the application contained in the package.
The value adheres to the format n.n.n.n when n is [0-65535] and 0.0.0.0 is considered an invalid value.
BlackBerry 10.0.0
QString
Represents the token from the signing authority for the version of the packaged application.
BlackBerry 10.0.0
Public Functions
Initializes a new instance of the ApplicationInfo class.
Parameters | |
---|---|
parent |
If not 0, the supplied parent will be responsible for deleting this instance. |
BlackBerry 10.0.0
virtual
Destructor.
BlackBerry 10.0.0
QString
Retrieves the value for the description property.
The description value.
BlackBerry 10.0.0
QString
Retrieves the value for the signingHash property.
The signingHash value.
BlackBerry 10.0.0
QString
Retrieves the value for the title property.
The title value.
BlackBerry 10.0.0
QString
Retrieves the value for the version property.
The version value.
BlackBerry 10.0.0
QString
Retrieves the value for the versionSigningHash property.
The versionSigningHash value.
BlackBerry 10.0.0