Does the notification name has any kind of affect in our app or in notification?
Asked
Active
Viewed 118 times
0
-
1check this out [link](https://stackoverflow.com/questions/51685489/purpose-of-notificationchannel-name-and-description) – galihif Aug 27 '22 at 07:13
1 Answers
0
“Notification Channels” were introduced in 2017 with Android 8.0 Oreo. The idea is that apps can group different types of notifications into “channels.” Each channel can then be turned on or off by the user. You have to create the channels in android programmatically

Ehsan Abid
- 43
- 6
-
Thx for the answer... bt question is that what is the use of that notification channel name... mostly developers give package name or something as channel name. – Mohammad Taqi Velani Aug 27 '22 at 10:44
-
check this "https://stackoverflow.com/a/65270712/16678146" – Mohammad Taqi Velani Aug 27 '22 at 13:00