ActionableMessage
public struct ActionableMessage : Decodable, Equatable
extension PreferenceCenterConfig.ContactManagementItem.ActionableMessage: Encodable
Alert display info
-
Title text.
Declaration
Swift
public let title: String
-
Body text.
Declaration
Swift
public let body: String?
-
Labeled button for submitting the action or closing the prompt.
Declaration
Swift
public let button: LabeledButton