Skip to main content

Manage & Broadcast Local Notifications

Manage & Broadcast Local Notifications

Use this component to broadcast a local notification on your device.

To get started using it, you must use KmpLocalNotifications. All functions are thread safe and main thread safe.

Broadcast a local notification


_1
KmpLocalNotifications.sendNotification("Notification Title", "Notification Message to send to the user")

Android Setup

For android please add this into your manifest:


_1
<uses-permission android:name="android.permission.NOTIFICATION" />