EventSeverity

@objc(ZDEventSeverity)
public enum EventSeverity : Int

This is returned in Event.eventSeverity, it represents the severity of event if application for that event type.

  • Severity not applicable for this event type.

    Declaration

    Swift

    case none
  • low

    This is a low severity event.

    Declaration

    Swift

    case low
  • This is a high severity event.

    Declaration

    Swift

    case high