Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nypublicradio/capacitor-ios-notification-settings


https://github.com/nypublicradio/capacitor-ios-notification-settings

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# capacitor-ios-notification-settings

Plugin to get direct access to the app's notification settings page in the settings

## Install

```bash
npm install capacitor-ios-notification-settings
npx cap sync
```

## API

* [`echo(...)`](#echo)

### echo(...)

```typescript
echo(options: { value: string; }) => Promise<{ value: string; }>
```

| Param | Type |
| ------------- | ------------------------------- |
| **`options`** | { value: string; } |

**Returns:** Promise<{ value: string; }>

--------------------