Protocols
The following protocols are available globally.
-
Delegate protocol for receiving callbacks related to message center.
See moreDeclaration
Swift
public protocol MessageCenterDisplayDelegate -
Airship Message Center Protocol.
See moreDeclaration
Swift
@MainActor public protocol MessageCenter : AnyObject, Sendable -
Airship Message Center inbox protocol.
See moreDeclaration
Swift
public protocol MessageCenterInbox : AnyObject, Sendable -
A protocol that defines the style for a Message Center list item view.
See moreDeclaration
Swift
public protocol MessageCenterListItemViewStyle : Sendable -
A protocol that defines the style for a Message Center message view.
See moreDeclaration
Swift
public protocol MessageViewStyle : Sendable
View on GitHub
Protocols Reference