dji.sdk.RemoteController.DJIRemoteController.RCRemoteFocusStateUpdateCallback |
Callback function that updates the Remote Focus State.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void | onRemoteFocusStateUpdate(DJIRemoteController rc, DJIRemoteController.DJIRCRemoteFocusState remoteFocusState) Callback function that updates the Remote Focus State, only support Focus product. |
Callback function that updates the Remote Focus State, only support Focus product. If the isRCRemoteFocusCheckingSupported is TRUE, this callback function will be called.
rc | Instance of the Remote Controller for which the battery state will be updated |
---|---|
remoteFocusState | Current state of the Remote Focus state. |