Alert
public struct Alert : Decodable, PreferenceCenterConfigItem, Equatable
extension PreferenceCenterConfig.Alert: Encodable
Alert item info.
-
Declaration
Swift
public let type: PreferenceCenterConfigItemType -
The item’s identifier.
Declaration
Swift
public let id: String -
The item’s display info.
Declaration
Swift
public var display: Display? -
The item’s display conditions.
Declaration
Swift
public var conditions: [Condition]? -
The alert’s button.
Declaration
Swift
public var button: Button? -
Alert button info.
See moreDeclaration
Swift
public struct Button : Decodable, Sendable, Equatableextension PreferenceCenterConfig.Alert.Button: Encodable -
Alert display info
See moreDeclaration
Swift
public struct Display : Decodable, Sendable, Equatableextension PreferenceCenterConfig.Alert.Display: Encodable
View on GitHub