Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Arunshaik2001
Created November 20, 2022 10:39
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 Arunshaik2001/843d5f1c19e16bd33761dbd5dc2f1d58 to your computer and use it in GitHub Desktop.
Save Arunshaik2001/843d5f1c19e16bd33761dbd5dc2f1d58 to your computer and use it in GitHub Desktop.
val builder = NotificationCompat.Builder(context, NotificationChannels.CHANNEL1)
.setSmallIcon(com.google.accompanist.permissions.R.drawable.notification_bg)
.setContentTitle(textTitle)
.setContentText(textContent)
.setPriority(NotificationCompat.PRIORITY_DEFAULT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment