View
extension View
-
Overrides the message center predicate
Declaration
Swift
@MainActor public func messageCenterPredicate(_ predicate: (any MessageCenterPredicate)?) -> some ViewParameters
predicateThe message center predicate
-
Overrides the message center theme
Declaration
Swift
@MainActor public func messageCenterTheme(_ theme: MessageCenterTheme) -> some ViewParameters
themeThe message center theme
-
Sets the list item style for the Message Center.
Declaration
Swift
@MainActor public func messageCenterItemViewStyle<S>( _ style: S ) -> some View where S: MessageCenterListItemViewStyleParameters
styleThe style to apply.
-
Sets the style for the Message Center message view.
Declaration
Swift
@MainActor public func messageCenterMessageViewStyle<S>( _ style: S ) -> some View where S: MessageViewStyleParameters
styleThe style to apply.
View on GitHub