Hi!
I want to create a persistent local notification for android.
Unfortunately there are only plugins and documentation about Push-Plugins for Firebase etc.
But I want a simple notification, that pops up when a button is pressend (like the Spotify Play-Button).
So no Firebase connection or Event Listener etc. The trigger for the notification should be just the button itself. The notification should display as long as the user stops a song or closes the app.
(And btw: I’d like to put a “Pause”-Button inside the notification, just like Spotify does. But I can’t find anything about that…)
Is there any documentation available (preferably for Angular 2 + {N})?
Thanks for your help!