class TextInputBoxWidget
Package: | dji.v5.manager.aircraft.payload.widget |
Description:
Widget of the text input box type.
Supported since MSDK 5.2.0
Class Members:
Members
method isEnabled
Package: | dji.v5.manager.aircraft.payload.widget |
Description:
Gets whether the text input box widget is supported.
Return:
boolean | Returns whether the text input box widget is supported. |
method getWidgetName
Package: | dji.v5.manager.aircraft.payload.widget |
Description:
Gets the name of the text input box widget.
Return:
String | Returns the name of the text input box widget. |
method getPlaceholderText
String getPlaceholderText()
|
Package: | dji.v5.manager.aircraft.payload.widget |
Description:
Gets place holder text of the text input box widget.
Return:
String | Returns place holder text of the text input box widget. |