public static interface

DJIBaseComponent.DJIComponentListener

dji.sdk.base.DJIBaseComponent.DJIComponentListener

Class Overview

Receives notifications of component connectivity changes.

Summary

Public Methods
abstract void onComponentConnectivityChanged(boolean isConnected)
Called when the connectivity status changes for the component.

Public Methods

public abstract void onComponentConnectivityChanged (boolean isConnected)

Called when the connectivity status changes for the component. The callback will be called when the the component disconnects from the product. If the product itself gets disconnected, all of the product components' onComponentConnectivityChanged will be called.