class ActionDownloadProgress
interface ActionDownloadProgress
Package: dji.common.mission.waypointv2.Action
Description:
The download progress of the actions operator.
Class Members:
Download Action Index
method
method getLastDownloadedActionIndex
int getLastDownloadedActionIndex ()
Package: dji.common.mission.waypointv2.Action
Description:
The last index of downloaded action. Information for action is downloaded in ascending order. If no action has been downloaded, the value should be -1.
Return:
int An int value of download action index.
method getTotalActionCount
int getTotalActionCount ()
Package: dji.common.mission.waypointv2.Action
Description:
The total count of actions in the waypoint mission.
Return:
int An int value of total action count.