DJI Mobile SDK Documentation

      class DJIPanoramaMissionEvent

      @interface DJIPanoramaMissionEvent : NSObject
      Header:DJIPanoramaMissionOperator.h
      Inherits From:NSObject
      Description:

      This class encapsulates all the state changes of the Panorama mission operator.

      Class Members:
      Previous State
      property
      property previousState
      @property (nonatomic, readonly) DJIPanoramaMissionState previousState
      Header:DJIPanoramaMissionOperator.h
      Description:

      The previous state of the operator.

      See Also:

      DJIPanoramaMissionState

      Current State
      property
      property currentState
      @property (nonatomic, readonly) DJIPanoramaMissionState currentState
      Header:DJIPanoramaMissionOperator.h
      Description:

      The current state of the operator.

      See Also:

      DJIPanoramaMissionState

      Status
      property
      property executionState
      @property (nonatomic, readonly) DJIPanoramaMissionExecutionState *executionState
      Header:DJIPanoramaMissionOperator.h
      Description:

      The detailed state of the executing Panorama mission. It is only valid when currentState is DJIPanoramaMissionStateExecuting. For the other states, it is nil.

      See Also:

      DJIPanoramaMissionExecutionState

      Error
      property
      property error
      @property (nonatomic, readonly, nullable) NSError *error
      Header:DJIPanoramaMissionOperator.h
      Description:

      The error of DJIPanoramaMissionEvent.