LabeledButton
public struct LabeledButton : Decodable, Equatable
extension PreferenceCenterConfig.ContactManagementItem.LabeledButton: Encodable
Alert button info.
-
The button’s text.
Declaration
Swift
public let text: String
-
The button’s content description.
Declaration
Swift
public let contentDescription: String?