class DJIFlySafeNotification
@interface DJIFlySafeNotification : NSObject
|
| Header: | DJIFlyZoneBaseTypes.h |
| Inherits From: | NSObject |
Description:
This class contains DJI flying safety notification. The type indicates the type of notification. Check corresponding object for detail information.
Class Members:
property type
@property(nonatomic, readonly) DJIFlySafeNotificationType type
|
| Header: | DJIFlyZoneBaseTypes.h |
Description:
Returns the type of notification.
See Also:
DJIFlySafeNotificationType
property tip
@property(nonatomic, readonly) DJIFlyingSafetyTip *tip
|
| Header: | DJIFlyZoneBaseTypes.h |
Description:
Returns the notice information.
See Also:
DJIFlyingSafetyTip
enum DJIFlySafeNotificationType
typedef NS_ENUM(NSUInteger, DJIFlySafeNotificationType)
|
| Header: | DJIFlyZoneBaseTypes.h |
Description:
DJI Fly Safe notification types.
Enum Members:
| DJIFlySafeNotificationTypeReturnToHome | DJI Fly Safe notification related to returning to home. |
| DJIFlySafeNotificationTypeFlyingSafetyTip | DJI Fly Safe tip. |
| DJIFlySafeNotificationTypeWarning | DJI Fly Safe warning notification. |
| DJIFlySafeNotificationTypeSeriousWarning | DJI Fly Safe serious warning notification. |
| DJIFlySafeNotificationTypeUnknown | DJI Fly Safe unknown notification type. |