DJI Mobile SDK Documentation

      class TextInputBoxWidget

      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
      method isEnabled
      boolean isEnabled()
      Package:dji.v5.manager.aircraft.payload.widget
      Description:

      Gets whether the text input box widget is supported.

      Return:
      booleanReturns whether the text input box widget is supported.
      method getWidgetName
      String getWidgetName()
      Package:dji.v5.manager.aircraft.payload.widget
      Description:

      Gets the name of the text input box widget.

      Return:
      StringReturns 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:
      StringReturns place holder text of the text input box widget.