DJI Mobile SDK Documentation

      class PayloadWidgetInfo

      class PayloadWidgetInfo 
      Package:dji.v5.manager.aircraft.payload.data
      Description:

      Widget information class.


      Supported since MSDK 5.2.0

      Class Members:

      Members

      method getMainInterfaceWidgetList
      List<PayloadWidget> getMainInterfaceWidgetList() 
      Package:dji.v5.manager.aircraft.payload.data
      Description:

      Gets the list of main interface widget on the payload device.

      Return:
      List<PayloadWidget>Returns the list of main interface widget on the payload device.
      method getConfigInterfaceWidgetList
      List<PayloadWidget> getConfigInterfaceWidgetList() 
      Package:dji.v5.manager.aircraft.payload.data
      Description:

      Gets the list of config interface widget on the payload device.

      Return:
      List<PayloadWidget>Returns the list of config interface widget on the payload device.
      method getTextInputBoxWidget
      TextInputBoxWidget getTextInputBoxWidget() 
      Package:dji.v5.manager.aircraft.payload.data
      Description:

      Gets the text input box widget on the payload device.

      Return:
      TextInputBoxWidgetReturns the text input box widget on the payload device.
      method getFloatingWindowWidget
      FloatingWindowWidget getFloatingWindowWidget() 
      Package:dji.v5.manager.aircraft.payload.data
      Description:

      Gets the floating window widget on the payload device.

      Return:
      FloatingWindowWidgetReturns the floating window widget on the payload device.
      method getSpeakerWidget
      SpeakerWidget getSpeakerWidget() 
      Package:dji.v5.manager.aircraft.payload.data
      Description:

      Gets the speaker widget on the payload device.

      Return:
      SpeakerWidgetReturns the speaker widget on the payload device.