> For the complete documentation index, see [llms.txt](https://docs.webtonative.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.webtonative.com/javascript-apis/notification-view.md).

# Notification View API

```javascript
<a href="w2n://notification-screen">Open Notification Screen</a>
```

We offer several query parameters to tailor this screen to your preferences:

* “title” : Defaults to "Notifications"
* "titleBarContentColor": Specifies the color for the title text and back icon button, with the default set to #111111.
* "titleBarBgColor": Sets the background color of the title bar, with the default being #FFFFFF

You can include these options as query parameters in the link, like so:

```javascript
w2n://notification-screen?title=Notifications&titleBarContentColor=#abcdef
```

The URL mentioned above can be utilised within an anchor tag or any URL field in WebToNative. For instance, you can incorporate this URL in the floating action button URL or bottom navigation item URL.

<div><figure><img src="/files/pNZXol1GYm0jnGvD11l3" alt=""><figcaption><p>IOS</p></figcaption></figure> <figure><img src="/files/eaDcCIRRqZODRAe5d9MT" alt=""><figcaption><p>Android</p></figcaption></figure></div>

Note : For iOS, notifications that are clicked will only be retained and will be displayed in this Notification Screen.
