TNAlertEvent
@objcMembers
public class TNAlertEvent : NSObject, Codable
Undocumented
-
Alert type(see [TNAlertEventType]).
Declaration
Swift
public let alertEventType: TNAlertEventType
-
The time when the alert was detected.
Declaration
Swift
public let alertEventTime: Date
-
The location when the alert was detected.
Declaration
Swift
public let alertEventLocation: TNLocation
-
Undocumented
Declaration
Swift
public let alertEventLevel: String?
-
Undocumented
Declaration
Swift
public let alertEventDetails: [TNAlertEventItem]?
-
Undocumented
Declaration
Swift
public init(alertEventType: TNAlertEventType, alertEventTime: Date, alertEventLocation: TNLocation, alertEventLevel: String? = nil, alertEventDetails: [TNAlertEventItem]? = nil)