Skip to content

Fire Notifications

Benjamin Eder edited this page Dec 31, 2018 · 1 revision

Firing notifications is done via an abstraction layer to easily swap out implementation.

Just call NotificationManager().showNotification(title: "Test", content: "Test", payload: "somepayload") to show a notification!

Clone this wiki locally