DJISimulatorDelegate

@protocol DJISimulatorDelegate <NSObject>

This protocol provides the delegate method of the simulator.

  • Updates the simulator’s current state.

    Declaration

    Objective-C

    - (void)simulator:(DJISimulator *_Nonnull)simulator
        updateSimulatorState:(DJISimulatorState *_Nonnull)state;