AlertConfigurationDO
public class AlertConfigurationDO : NSManagedObject
extension AlertConfigurationDO : Identifiable
-
Declaration
Swift
@nonobjc public class func createFetchRequest() -> NSFetchRequest<AlertConfigurationDO>
-
Declaration
Swift
@nonobjc public class func fetchRequest() -> NSFetchRequest<AlertConfigurationDO>
-
Declaration
Swift
@NSManaged public var audio: Bool { get set }
-
Declaration
Swift
@NSManaged public var autoDismiss: Bool { get set }
-
Declaration
Swift
@NSManaged public var enableDetour: Bool { get set }
-
Declaration
Swift
@NSManaged public var lastingAlert: Bool { get set }
-
Declaration
Swift
@NSManaged public var listView: Bool { get set }
-
Declaration
Swift
@NSManaged public var mapShowInternal: Bool { get set }
-
Declaration
Swift
@NSManaged public var priority: Int32 { get set }
-
Declaration
Swift
@NSManaged public var timedDelayAlert: Bool { get set }
-
Declaration
Swift
@NSManaged public var vibration: Bool { get set }
-
Declaration
Swift
@NSManaged public var ofAlert: AlertDO? { get set }