EddyVerbruggen / nativescript-local-notifications

:mailbox: NativeScript plugin to easily schedule local notifications
MIT License
162 stars 57 forks source link

Feature request: Let the app developer customise the channel name #92

Closed shiv19 closed 6 years ago

shiv19 commented 6 years ago

https://github.com/EddyVerbruggen/nativescript-local-notifications/blob/ea34422624116877b1db13693b1c60d597572099/native-src/android/app/src/main/java/com/telerik/localnotifications/NotificationRestoreReceiver.java#L74

Hi Eddy, In its current state, when you long press a notification created by this plugin on android, it says "myChannelName" It would be nice if you let the app developer customize that name. notification

EddyVerbruggen commented 6 years ago

I have never longpressed a notification actually. Thanks for educating me!

Version 2.0.4 has a channel property which you can pass in.

Erudition commented 5 years ago

It's more than just a decoration! It determines the properties of the notification, like the sound and priority - all of which can be changed by the user on a per-channel basis.