DJI Mobile SDK Documentation

      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

      Input Parameters:
      @NonNull List<WlmDongleInfo> aircraftDongleInfosAircraft 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

      Input Parameters:
      @NonNull List<WlmDongleInfo> remoteControllerDongleInfosRemote controller dongle Information.