DJI Mobile SDK Documentation

      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
      property type
      @property(nonatomic, readonly) DJIFlySafeNotificationType type
      Header:DJIFlyZoneBaseTypes.h
      Description:

      Returns the type of notification.

      See Also:

      DJIFlySafeNotificationType

      property
      property tip
      @property(nonatomic, readonly) DJIFlyingSafetyTip *tip
      Header:DJIFlyZoneBaseTypes.h
      Description:

      Returns the notice information.

      See Also:

      DJIFlyingSafetyTip

      property warningInformation
      @property(nonatomic, readonly) DJIFlyingSafetyWarningInformation *warningInformation
      Header:DJIFlyZoneBaseTypes.h
      Description:

      Returns the warning information.

      See Also:

      DJIFlyingSafetyWarningInformation

      property seriousWarningInformation
      @property(nonatomic, readonly) DJIFlyingSafetySeriousWarningInformation *seriousWarningInformation
      Header:DJIFlyZoneBaseTypes.h
      Description:

      Returns the serious warning information.

      See Also:

      DJIFlyingSafetySeriousWarningInformation

      property returnToHomeInformation
      @property(nonatomic, readonly) DJIFlySafeReturnToHomeInformation *returnToHomeInformation
      Header:DJIFlyZoneBaseTypes.h
      Description:

      Returns the return to home information.

      See Also:

      DJIFlySafeReturnToHomeInformation

      enum DJIFlySafeNotificationType
      typedef NS_ENUM(NSUInteger, DJIFlySafeNotificationType)
      Header:DJIFlyZoneBaseTypes.h
      Description:

      DJI Fly Safe notification types.

      Enum Members:
      DJIFlySafeNotificationTypeReturnToHomeDJI Fly Safe notification related to returning to home.
      DJIFlySafeNotificationTypeFlyingSafetyTipDJI Fly Safe tip.
      DJIFlySafeNotificationTypeWarningDJI Fly Safe warning notification.
      DJIFlySafeNotificationTypeSeriousWarningDJI Fly Safe serious warning notification.
      DJIFlySafeNotificationTypeUnknownDJI Fly Safe unknown notification type.