ConsumerAlertProtocol
protocol ConsumerAlertProtocol : CustomStringConvertible, Hashable, Sendable
-
The details of the consumer alert.
Declaration
Swift
var details: ConsumerAlertDetails? { get }
-
The language code of the consumer alert. This is a BCP 47 language code.
Declaration
Swift
var languageCode: String? { get }
-
The overview of the consumer alert.
Declaration
Swift
var overview: String? { get }