class PanoramaMissionEvent
@EXClassNullAway class PanoramaMissionEvent
|
Package: | dji.common.mission.panorama |
Description:
This class encapsulates all the state changes of the Panorama mission operator.
Class Members:
method getPreviousState
@Nullable PanoramaMissionState getPreviousState()
|
Package: | dji.common.mission.panorama |
Description:
The previous state of the operator.
Return:
method getCurrentState
@NonNull PanoramaMissionState getCurrentState()
|
Package: | dji.common.mission.panorama |
Description:
The current state of the operator.
Return:
method getExecutionState
@Nullable PanoramaMissionExecutionState getExecutionState()
|
Package: | dji.common.mission.panorama |
Description:
The detailed state of the executing Panorama mission. It is only valid when getCurrentState
is EXECUTING
. For the other states, it is null
.
Return:
method getError
@Nullable DJIError getError()
|
Package: | dji.common.mission.panorama |
Description:
The error of DJIPanoramaMissionEvent.
Return: