makeNotification(_:)
Converts a posted asynchronous message into a notification for any observers.
Declaration
static func makeNotification(_ message: Self) -> NotificationParameters
- message:
The posted
AsyncMessage.
Return Value
The converted Notification.
Discussion
To implement this method in your own AsyncMessage conformance, use the properties defined by the message to populate the Notification’s userInfo.