class LTEDongleInfoListener
@Keep interface LTEDongleInfoListener
|
Package: | dji.v5.manager.aircraft.lte |
Description:
Listener for LTE dongle information.
Supported since MSDK 5.2.0
Class Members:
method onLTEAircraftDongleInfoUpdate
void onLTEAircraftDongleInfoUpdate(@NonNull List<WlmDongleInfo> aircraftDongleInfos)
|
Package: | dji.v5.manager.aircraft.lte |
Description:
When the aircraft dongle Information changes, this method will be called back.
Supported since MSDK 5.2.0
@NonNull List<WlmDongleInfo> aircraftDongleInfos | Aircraft dongle Information. |
method onLTERemoteControllerDongleInfoUpdate
void onLTERemoteControllerDongleInfoUpdate(@NonNull List<WlmDongleInfo> remoteControllerDongleInfos)
|
Package: | dji.v5.manager.aircraft.lte |
Description:
When the remote controller dongle Information changes, this method will be called back.
Supported since MSDK 5.2.0
@NonNull List<WlmDongleInfo> remoteControllerDongleInfos | Remote controller dongle Information. |