Back to Alamofire

NotificationCenter

docs/Extensions/NotificationCenter.html

5.12.0560 B
Original Source

NotificationCenter

extension NotificationCenter

`

                postNotification(named:with:)
                `

Convenience function for posting notifications with Request payloads.

Declaration

Swift

func postNotification(named name: Notification.Name, with request: Request)

Parameters

| name |

The name of the notification.

| | request |

The Request payload.

|