DJI Mobile SDK Documentation

      class FlySafeNotificationListener

      interface FlySafeNotificationListener
      Package:dji.v5.manager.aircraft.flysafe
      Description:

      Fly safety notification listener.

      Supported since MSDK 5.3.0

      Class Members:
      method onTipNotificationUpdate
      void onTipNotificationUpdate(@NonNull FlySafeTipInformation info)
      Package:dji.v5.manager.aircraft.flysafe
      Description:

      When the fly safety tips information changes, this method will be called back.

      Supported since MSDK 5.3.0

      Input Parameters:
      @NonNull FlySafeTipInformation infoFly safety tips information.
      method onWarningNotificationUpdate
      void onWarningNotificationUpdate(@NonNull FlySafeWarningInformation info)
      Package:dji.v5.manager.aircraft.flysafe
      Description:

      When the fly safety warning information changes, this method will be called back.

      Supported since MSDK 5.3.0

      Input Parameters:
      @NonNull FlySafeWarningInformation infoFly safety warning information.
      method onSeriousWarningNotificationUpdate
      void onSeriousWarningNotificationUpdate(@NonNull FlySafeSeriousWarningInformation info)
      Package:dji.v5.manager.aircraft.flysafe
      Description:

      When the fly safety serious warning information changes, this method will be called back.

      Supported since MSDK 5.3.0

      Input Parameters:
      @NonNull FlySafeSeriousWarningInformation infoFly safety serious warning information.
      method onSurroundingFlyZonesUpdate
      void onSurroundingFlyZonesUpdate(@NonNull List<FlyZoneInformation> infos)
      Package:dji.v5.manager.aircraft.flysafe
      Description:

      When the restricted fly zones within 50 kilometers of the aircraft changes, this method will be called back.

      Supported since MSDK 5.3.0

      Input Parameters:
      @NonNull List<FlyZoneInformation> infosrestricted fly zones within 50 kilometers of the aircraft.