DJIRTKDelegate

@protocol DJIRTKDelegate <NSObject>

This protocol provides a delegate method to update the RTK state.

  • Callback function that updates the RTK state data.

    Declaration

    Objective-C

    - (void)rtk:(DJIRTK *_Nonnull)rtk
        didUpdateRTKState:(DJIRTKState *_Nonnull)state;

    Parameters

    rtk

    Instance of the RTK.

    state

    Current state of the RTK.