PromptDisplay

public struct PromptDisplay : Decodable, Equatable
extension PreferenceCenterConfig.ContactManagementItem.PromptDisplay: Encodable

A more dynamic version of common display that includes a footer and error message.

  • Title text.

    Declaration

    Swift

    public let title: String
  • Body text.

    Declaration

    Swift

    public let body: String?
  • Footer text that can contain markdown.

    Declaration

    Swift

    public let footer: String?