class WaypointMissionDownloadEvent
@EXClassNullAway class WaypointMissionDownloadEvent extends WaypointMissionEvent
|
Description:
The download event of a waypoint mission.
Class Members:
method getProgress
@Nullable WaypointDownloadProgress getProgress()
|
Package: | dji.common.mission.waypoint |
Description:
The download progress of the mission. It is null
if there is an error during download.
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: