ongoing notifications in Android Wear 2.0 have an ambient full screen mode, so when going to ambient the notifications stay on the screen with the clock at the top, like so:
This is perfect for my app that display train departures because I have all the info I need on the screen when going to the train. The problem is that I can't dismiss the notification with swipe.
How do I get a notification that sticks to the screen in ambient mode and that I can swipe to dismiss like a normal notification?