class AccessoryAggregationKey
class AccessoryAggregationKey extends DJIKey
|
Package: | dji.keysdk |
Inherits From: | DJIKey |
Description:
AccessoryAggregationKey
provides dedicated access to Accessories related attributes.
Class Members:
method create
static AccessoryAggregationKey create(@AccessoryAggregationParamKey @NonNull String paramKey)
|
Description:
Creates an AccessoryAggregation key.
@AccessoryAggregationParamKey @NonNull String paramKey | A valid paramKey |
Return:
method create
static AccessoryAggregationKey create(@AccessoryAggregationParamKey @NonNull String paramKey, @IntRange(from = 0, to = MAX_COMPONENT_INDEX) int componentIndex)
|
Description:
Creates an AccessoryAggregation key.
@AccessoryAggregationParamKey @NonNull String paramKey | A valid paramKey |
@IntRange(from = 0, to = MAX_COMPONENT_INDEX) int componentIndex | The index of the AccessoryAggregation component. |
Return:
method createSpeakerKey
static AccessoryAggregationKey createSpeakerKey(@SpeakerParamKey @NonNull String paramKey)
|
Description:
Creates a Speaker key.
@SpeakerParamKey @NonNull String paramKey | A valid paramKey. |
Return:
method createSpotlightKey
static AccessoryAggregationKey createSpotlightKey(@SpotlightParamKey @NonNull String paramKey)
|
Description:
Creates a Spotlight key.
@SpotlightParamKey @NonNull String paramKey | A valid paramKey. |
Return:
method createBeaconKey
static AccessoryAggregationKey createBeaconKey(@BeaconParamKey @NonNull String paramKey)
|
Description:
Creates a Beacon key.
@BeaconParamKey @NonNull String paramKey | A valid paramKey. |
Return:
Inherited Methods:
Class Keys:
SPOTLIGHT_ENABLED |
Access: | PUSH, SET |
Type: | Boolean
|
API: | - |
SPOTLIGHT_TEMPERATURE |
Access: | PUSH |
Type: | Float
|
API: | - |
PLAY_MODE |
Access: | PUSH, SET |
Type: | PlayMode
|
API: | - |
STOP |
Access: | ACTION |
Type: | -
|
API: | - |
REMAINING_SPACE |
Access: | PUSH |
Type: | -
|
API: | - |
SPEAKER_VOLUME |
Access: | PUSH, SET |
Type: | Integer
|
API: | - |
TOTAL_SPACE |
Access: | PUSH |
Type: | -
|
API: | - |
SPEAKER_STATE |
Access: | PUSH |
Type: | SpeakerState
|
API: | - |
BEACON_ENABLED |
Access: | PUSH, SET |
Type: | Boolean
|
API: | - |
SPOTLIGHT_BRIGHTNESS |
Access: | PUSH, SET |
Type: | Integer
|
API: | - |
PLAY |
Access: | ACTION |
Type: | -
|
API: | - |