---
title: "makeNotification(_:)"
framework: messageui
role: symbol
role_heading: Type Method
path: "messageui/mfmessagecomposeviewcontroller/textmessageavailabilitydidchangemessage/makenotification(_:)"
---

# makeNotification(_:)

Transform a type-safe Message into a legacy Notification

## Declaration

```swift
static func makeNotification(_ message: MFMessageComposeViewController.TextMessageAvailabilityDidChangeMessage) -> Notification
```

## Parameters

- `message`: The message to convert

## Return Value

Return Value A Notification compatible with Objective-C observers
