class ActiveTrackMissionEvent
@EXClassNullAway class ActiveTrackMissionEvent
|
Package: | dji.common.mission.activetrack |
Description:
This class encapsulates all the state changes of the ActiveTrack mission operator.
Class Members:
method getPreviousState
@Nullable ActiveTrackState getPreviousState()
|
Package: | dji.common.mission.activetrack |
Description:
The previous state of the operator.
Return:
method getCurrentState
@Nullable ActiveTrackState getCurrentState()
|
Package: | dji.common.mission.activetrack |
Description:
The current state of the operator.
Return:
method getTrackingState
@Nullable ActiveTrackTrackingState getTrackingState()
|
Package: | dji.common.mission.activetrack |
Description:
The tracking state of the executing ActiveTrack mission. It is only valid when getCurrentState
is one of the following: For the other states, it is null
.
Return:
method getError
@Nullable DJIError getError()
|
Package: | dji.common.mission.activetrack |
Description:
The encountered error if there is any. Otherwise, it is null
.
Return: