AlertDescription

public struct AlertDescription : Codable, Equatable, Sendable

Undocumented

  • Undocumented

    Declaration

    Swift

    public struct Button : Codable, Equatable, Sendable
  • Undocumented

    Declaration

    Swift

    public let title: String
  • Undocumented

    Declaration

    Swift

    public let buttons: [Button]
  • Undocumented

    Declaration

    Swift

    public let identifier: String?
  • Undocumented

    Declaration

    Swift

    public let maxVersion: Int?
  • Undocumented

    Declaration

    Swift

    public let nagType: NagType
  • Undocumented

    Declaration

    Swift

    public let modified: Date?
  • Declaration

    Swift

    public init(from decoder: Decoder) throws