Add Notification channel documentation to README.md

This commit is contained in:
Undercut0150 2024-03-10 08:54:44 +00:00 committed by S1m
parent 923bf70f5a
commit 80e1cb0b64
1 changed files with 5 additions and 1 deletions

View File

@ -8,7 +8,7 @@ UnifiedPush provider for Nextcloud - android application
## Requirements
You need the UnifiedPUsh provider on the server, and at least the NextPush client on Android:
You need the UnifiedPush provider on the server, and at least the NextPush client on Android:
**Nextcloud Server**
@ -33,6 +33,10 @@ You need the UnifiedPUsh provider on the server, and at least the NextPush clien
3. Install one application supporting UnifiedPush [2], or UP-Example [3]. Login into the application if you need to, for instance with your mastodon account or with your matrix account.
4. The application will automatically detect NextPush and use it to send notifications.
## Notification Channels
This app supports notification channels for use cases where UnifiedPush can't be used. Please check the [Examples](docs/notification_channels_example.md) for more information.
## Credit
This application has been inspired by [Nextcloud Push Notifier](https://gitlab.com/Nextcloud-Push/nextcloud-push-notifier)