Contents

post(_:)

Posts a given asynchronous message to the notification center.

Declaration

func post<Message>(_ message: Message) where Message : NotificationCenter.AsyncMessage

Parameters

  • message:

    The message to post.

See Also

Posting notification messages