0

Does the notification name has any kind of affect in our app or in notification?

  • 1
    check this out [link](https://stackoverflow.com/questions/51685489/purpose-of-notificationchannel-name-and-description) – galihif Aug 27 '22 at 07:13

1 Answers1

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