class WidgetValue implements DJIValue, JNIProguardKeepTag, ByteStream |
Package: | dji.sdk.keyvalue.value.payload |
Widget value. Supported since MSDK 5.2.0
WidgetType getType() |
Package: | dji.sdk.keyvalue.value.payload |
Gets the payload widget type.
WidgetType | Returns the payload widget type. |
void setType(WidgetType type) |
Package: | dji.sdk.keyvalue.value.payload |
Sets the type of widget.
WidgetType type | The type of widget to be set. |
Integer getIndex() |
Package: | dji.sdk.keyvalue.value.payload |
Gets the payload widget index.
Integer | Returns the payload widget index. |
void setIndex(Integer index) |
Package: | dji.sdk.keyvalue.value.payload |
Sets the index of widget.
Integer index | The index of widget to be set. |
Integer getValue() |
Package: | dji.sdk.keyvalue.value.payload |
Gets the payload widget value.
Integer | Returns the payload widget value. |
void setValue(Integer value) |
Package: | dji.sdk.keyvalue.value.payload |
Sets the value of widget .
Integer value | The value of widget to be set. |
{{searchCount}} Results