AbilityInfo

Overview

Related Modules:

BundleManager

Description:

Defines the ability information.

Summary

Data Fields

Variable Name

Description

isVisible

bool 

abilityType

AbilityType 

launchMode

LaunchMode 

moduleName

char  

name

char  

description

char  

iconPath

char  

deviceId

char  

label

char  

bundleName

char * 

Details

Field Documentation

abilityType

  1. [AbilityType]($api-api-SmartVision-Devices-BundleManager.md#ga44b675d687acff3d739404c1227b4259) AbilityInfo::abilityType

Description:

Template used by the ability

bundleName

  1. char* AbilityInfo::bundleName

Description:

Pointer to the application bundle name

description

  1. char* AbilityInfo::description

Description:

Pointer to the description of the ability

deviceId

  1. char* AbilityInfo::deviceId

Description:

Pointer to the device ID

iconPath

  1. char* AbilityInfo::iconPath

Description:

Pointer to the icon path of the ability

isVisible

  1. bool AbilityInfo::isVisible

Description:

Whether the ability is visible

label

  1. char* AbilityInfo::label

Description:

Pointer to the ability name visible to users

launchMode

  1. [LaunchMode]($api-api-SmartVision-Devices-BundleManager.md#ga605d46d860e356a74db6842e66522854) AbilityInfo::launchMode

Description:

Startup mode of the ability

moduleName

  1. char* AbilityInfo::moduleName

Description:

Pointer to the name of the HAP package to which the ability belongs. The HAP information is encapsulated in a ModuleInfo object.

name

  1. char* AbilityInfo::name

Description:

Pointer to the class name of the ability