IndoorSectionNotice
public struct IndoorSectionNotice : Hashable
Explains an issue encountered in an indoor Section.
-
The indoor notice code.
Declaration
Swift
public var code: IndoorSectionNoticeCode -
The notice title providing a short summary of the issue.
Declaration
Swift
public var title: String -
The severity of the notice.
Declaration
Swift
public var severity: NoticeSeverity -
Detailed descriptions of the notice.
Declaration
Swift
public var details: [IndoorSectionNoticeDetails] -
Creates a new instance.
Declaration
Swift
public init(code: IndoorSectionNoticeCode, title: String = "", severity: NoticeSeverity = NoticeSeverity.info, details: [IndoorSectionNoticeDetails] = [])