dji.sdk.base.DJIBaseComponent.DJIComponentListener |
Receives notifications of component connectivity changes.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onComponentConnectivityChanged(boolean isConnected)
Called when the connectivity status changes for the component.
|
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.