DJI Mobile SDK Documentation

      class WaylineExecutingInfoListener

      interface WaylineExecutingInfoListener
      Package:dji.v5.manager.aircraft.waypoint3
      Description:

      Listener of waylines execution information.

      Supported since MSDK 5.0.0

      Class Members:
      method onWaylineExecutingInfoUpdate
      void onWaylineExecutingInfoUpdate(WaylineExecutingInfo excutingWaylineInfo)
      Package:dji.v5.manager.aircraft.waypoint3
      Description:

      The listener will return when the wayline information is changed.

      Supported since MSDK 5.0.0

      Input Parameters:
      WaylineExecutingInfo excutingWaylineInfoThe current executing wayline information.
      method onWaylineExecutingInterruptReasonUpdate
      default void onWaylineExecutingInterruptReasonUpdate(IDJIError error)
      Package:dji.v5.manager.aircraft.waypoint3
      Description:

      The listener will return when the wayline execution is interrupted is changed.

      Supported since MSDK 5.3.0

      Input Parameters:
      IDJIError errorReason of wayline execution interruption.