HeaderMessageData

public protocol HeaderMessageData

Protocol describing the header of a card

  • Headline. Main text.

    Declaration

    Swift

    var headline: String? { get }
  • Subheadline. Secondary text.

    Declaration

    Swift

    var subheadline: String? { get }
  • Footnote. Tertiary text.

    Declaration

    Swift

    var footnote: String? { get }
  • Specifies whether there is an image with this header

    Declaration

    Swift

    var hasImage: Bool { get }
  • URL of the image. Ignored if hasImage is false.

    Declaration

    Swift

    var imageUrl: String? { get }
  • Undocumented

    Declaration

    Swift

    var status: ValueData? { get }