class FlySafeNotification
class FlySafeNotification
|
| Package: | dji.common.flysafe.notification |
Description:
This class contains DJI flying safety notification. The type indicates the type of notification. Check corresponding object for detail information.
Class Members:
method getType
FlySafeNotificationType getType()
|
| Package: | dji.common.flysafe.notification |
Description:
Returns the type of notification.
Return:
enum FlySafeNotificationType
enum FlySafeNotificationType
|
| Package: | dji.common.flysafe.notification |
Description:
DJI Fly Safe notification types.
Enum Members:
| RETURN_TO_HOME | DJI Fly Safe notification related to returning to home. |
| FLYING_SAFETY_TIP | DJI Fly Safe tip. |
| WARNING | DJI Fly Safe warning notification. |
| SERIOUS_WARNING | DJI Fly Safe serious warning notification. |
| UNKNOWN | DJI Fly Safe unknown notification type. |
Class Members: