Furret
Furret
I'm not sure what you're trying to do, but Java and Kotlin are compatible.
I think this will be helpful. https://docs.ntfy.sh/subscribe/phone/#integrations
I think you'll need to refer to the ntfy source code and API documentation to implement topic subscriptions and notification handling. https://docs.ntfy.sh/subscribe/api/
That’s correct. Upon further search, I found a library that allows using ntfy with Java. I think this could be useful. https://github.com/MaheshBabu11/ntfy-java/ https://github.com/binwiederhier/ntfy/blob/main/docs/integrations.md
I'm not very familiar with ntfy, so I might be off the mark. ``` app/src/main/java/io/heckel/ntfy/service/* app/src/main/java/io/heckel/ntfy/msg/ApiService.kt ```