<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [UserAgentCoreDelegate](./sip.js.useragentcoredelegate.md) &gt; [onNotify](./sip.js.useragentcoredelegate.onnotify.md)

## UserAgentCoreDelegate.onNotify() method

DEPRECATED. Receive NOTIFY request.

<b>Signature:</b>

```typescript
onNotify?(request: IncomingNotifyRequest): void;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  request | <code>IncomingNotifyRequest</code> |  |

<b>Returns:</b>

`void`

