class ActionDownloadEvent
interface ActionDownloadEvent
|
| Package: | dji.common.mission.waypointv2.Action |
Description:
The download event of a waypoint mission.
Class Members:
method getProgress
@Nullable ActionDownloadProgress getProgress()
|
| Package: | dji.common.mission.waypointv2.Action |
Description:
The download progress of the mission. It is null if there is an error during download.
Return:
method getError
@Nullable DJIWaypointV2Error getError()
|
| Package: | dji.common.mission.waypointv2.Action |
Description:
The encountered error during download if there is any. Otherwise, it is null.
Return: