UnifiedPush connector library
- Kotlin 81.5%
- Java 15.7%
- Shell 1.7%
- Starlark 0.6%
- CSS 0.5%
| .woodpecker | ||
| connector | ||
| dokka | ||
| gradle/wrapper | ||
| scripts | ||
| .gitignore | ||
| .jitpack.yml | ||
| build.gradle | ||
| Doc.md | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| README.md | ||
| settings.gradle | ||
UnifiedPush android-connector
This library enables end user applications to easily integrate UnifiedPush. This library communicates with distributor apps and handles things such as registration, unregistration, and receiving push messages.
More formally, this library implements the end user application part of the UnifiedPush Android specification (so you don't have to).
Documentation
- The example application shows the basic usage of this library.
- The library documentation is available at https://unifiedpush.org/kdoc/.
- General documentation is available at https://unifiedpush.org.
Building the documentation
Documentation for this library can be generated with Dokka:
./gradlew dokkaHtmlMultiModule
The result is available in the kdoc/ directory.
The scripts/doc.sh automates building the documentation for all UnifiedPush libraries.
./scripts/doc.sh
Funding
This project is funded through NGI Zero Core, a fund established by NLnet with financial support from the European Commission's Next Generation Internet program. Learn more at the NLnet project page.
