Structures
The following structures are available globally.
-
Message center message.
See moreDeclaration
Swift
public struct MessageCenterMessage : Sendable, Equatable, Identifiable
-
Model object for holding user data.
See moreDeclaration
Swift
public struct MessageCenterUser : Codable, Sendable, Equatable
-
Model object representing a custom theme to be applied to the default message center.
To customize the message center theme:
See moreMessageCenterView( controller: messageCenterController ) .messageCenterTheme(theme)
Declaration
Swift
public struct MessageCenterTheme : Sendable
-
Message center list item view style configuration
Declaration
Swift
public struct ListItemViewStyleConfiguration
-
The default list item view style
Declaration
Swift
public struct DefaultListItemViewStyle : MessageCenterListItemViewStyle
-
Message Center list view
See moreDeclaration
Swift
@MainActor public struct MessageCenterListView : View
-
The Message Center message view
See moreDeclaration
Swift
@MainActor public struct MessageCenterMessageView : View
-
Message view style configuration
Declaration
Swift
public struct MessageViewStyleConfiguration : Sendable
-
The default message view view style
Declaration
Swift
public struct DefaultMessageViewStyle : MessageViewStyle
-
Message Center View
See moreDeclaration
Swift
@MainActor public struct MessageCenterView : View