class TapFlyMissionEvent
Package: | dji.sdk.mission.tapfly |
Description:
This class encapsulates all the state changes of the TapFly mission operator.
Class Members:
method getPreviousState
@Nullable TapFlyMissionState getPreviousState()
|
Package: | dji.sdk.mission.tapfly |
Description:
The previous state of the operator.
Return:
method getCurrentState
@NonNull TapFlyMissionState getCurrentState()
|
Package: | dji.sdk.mission.tapfly |
Description:
The current state of the operator.
Return:
method getExecutionState
@Nullable TapFlyExecutionState getExecutionState()
|
Package: | dji.sdk.mission.tapfly |
Description:
The detailed state of the executing TapFly 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.sdk.mission.tapfly |
Description:
The encountered error if any. Otherwise, it is null
.
Return: