MessageCenterListItemViewStyle

public protocol MessageCenterListItemViewStyle : Sendable

A protocol that defines the style for a Message Center list item view.

  • Creates the view body for the list item.

    Declaration

    Swift

    func makeBody(configuration: Self.Configuration) -> Self.Body

    Parameters

    configuration

    The configuration for the list item.

    Return Value

    The view body.

Available where Self == DefaultListItemViewStyle

  • defaultStyle Extension method

    The default list item style.

    Declaration

    Swift

    public static var defaultStyle: Self { get }