class WaypointMissionUploadEvent
@EXClassNullAway final class WaypointMissionUploadEvent extends WaypointMissionEvent
|
Description:
The upload event of a waypoint mission.
Class Members:
method getProgress
@Nullable WaypointUploadProgress getProgress()
|
Package: | dji.common.mission.waypoint |
Description:
The upload progress of the mission. It is null
if there is an error during upload.
Return:
method getPreviousState
@Nullable WaypointMissionState getPreviousState()
|
Package: | dji.common.mission.waypoint |
Description:
The previous state of the operator.
Return:
method getCurrentState
@NonNull WaypointMissionState getCurrentState()
|
Package: | dji.common.mission.waypoint |
Description:
The current state of the operator.
Return:
Inherited Methods:
dji.common.mission.waypoint.WaypointMissionEvent
method
method getError
@Nullable DJIError getError()
|
Package: | dji.common.mission.waypoint |
Description:
Error for Waypoint mission event.
Return: