ElementName
Overview
Related Modules:
Description:
Defines the ability information.
Summary
Data Fields
| Variable Name | Description |
|---|---|
| deviceId | char |
| bundleName | char |
| abilityName | char * |
Details
Field Documentation
abilityName
1. char* ElementName::abilityName
Description:
Pointer to the class name of the ability
bundleName
1. char* ElementName::bundleName
Description:
Pointer to the bundle name of the application
deviceId
1. char* ElementName::deviceId
Description:
Pointer to the ID of the device running the application
