<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [SubscriptionDelegate](./sip.js.subscriptiondelegate.md) &gt; [onNotify](./sip.js.subscriptiondelegate.onnotify.md)

## SubscriptionDelegate.onNotify() method

Called upon receiving an incoming in dialog NOTIFY request.

<b>Signature:</b>

```typescript
onNotify(notification: Notification): void;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  notification | <code>Notification</code> | A notification. See [Notification](./sip.js.notification.md) for details. |

<b>Returns:</b>

`void`

