Skip to content

Instantly share code, notes, and snippets.

@SubhrajyotiSen
Created December 5, 2021 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SubhrajyotiSen/58556ce51ae98529a156fb3f17f81096 to your computer and use it in GitHub Desktop.
Save SubhrajyotiSen/58556ce51ae98529a156fb3f17f81096 to your computer and use it in GitHub Desktop.
val notificationManager: NotificationManagerCompat =
NotificationManagerCompat.from(context)
val channel: NotificationChannelCompat? =
notificationManager.getNotificationChannelCompat(channelId)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment