DJI Mobile SDK Documentation

      class WaypointV2MissionOperatorListener

      interface WaypointV2MissionOperatorListener
      Package:dji.sdk.mission.waypoint
      Description:

      Listen mission event.

      Class Members:
      State
      method
      method onDownloadUpdate
      void onDownloadUpdate(@NonNull WaypointV2MissionDownloadEvent downloadEvent)
      Package:dji.sdk.mission.waypoint
      Description:

      Called when an download event happens.

      Input Parameters:
      @NonNull WaypointV2MissionDownloadEvent downloadEventThe download event.
      method onUploadUpdate
      void onUploadUpdate(@NonNull WaypointV2MissionUploadEvent uploadEvent)
      Package:dji.sdk.mission.waypoint
      Description:

      Called when an upload event happens.

      Input Parameters:
      @NonNull WaypointV2MissionUploadEvent uploadEventThe upload event.
      method onExecutionUpdate
      void onExecutionUpdate(@NonNull WaypointV2MissionExecutionEvent executionEvent)
      Package:dji.sdk.mission.waypoint
      Description:

      Called when there is an execution update for the waypoint mission operator.

      Input Parameters:
      @NonNull WaypointV2MissionExecutionEvent executionEventExecution event.
      method onExecutionStart
      void onExecutionStart()
      Package:dji.sdk.mission.waypoint
      Description:

      Called when the waypoint mission starts.

      method onExecutionFinish
      void onExecutionFinish(@Nullable DJIWaypointV2Error error)
      Package:dji.sdk.mission.waypoint
      Description:

      Called when the waypoint mission ends.

      Input Parameters:
      @Nullable DJIWaypointV2Error errorError if the waypoint mission didn't end as expected.
      method onExecutionStopped
      void onExecutionStopped()
      Package:dji.sdk.mission.waypoint
      Description:

      Called when the waypoint mission is stopped by the user.