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
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
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
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
@NonNull List<FlyZoneInformation> infos | restricted fly zones within 50 kilometers of the aircraft. |