Protocols

The following protocols are available globally.

  • Delegate protocol for receiving callbacks related to message center.

    See more

    Declaration

    Swift

    public protocol MessageCenterDisplayDelegate
  • Airship Message Center Protocol.

    See more

    Declaration

    Swift

    @MainActor
    public protocol MessageCenter : AnyObject, Sendable
  • Airship Message Center inbox protocol.

    See more

    Declaration

    Swift

    public protocol MessageCenterInbox : AnyObject, Sendable
  • A protocol that defines the style for a Message Center list item view.

    See more

    Declaration

    Swift

    public protocol MessageCenterListItemViewStyle : Sendable
  • A protocol that defines the style for a Message Center message view.

    See more

    Declaration

    Swift

    public protocol MessageViewStyle : Sendable