Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nypublicradio/capacitor-ios-notification-settings
https://github.com/nypublicradio/capacitor-ios-notification-settings
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nypublicradio/capacitor-ios-notification-settings
- Owner: nypublicradio
- Created: 2024-12-17T01:20:30.000Z (26 days ago)
- Default Branch: main
- Last Pushed: 2024-12-17T16:28:00.000Z (26 days ago)
- Last Synced: 2024-12-24T05:48:40.156Z (19 days ago)
- Language: Swift
- Size: 429 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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; }>
--------------------