Skip to content

Instantly share code, notes, and snippets.

@akbarsha03
Created June 1, 2017 18:58
Show Gist options
  • Save akbarsha03/6b88bec6b4d435aba159631999476e0c to your computer and use it in GitHub Desktop.
Save akbarsha03/6b88bec6b4d435aba159631999476e0c to your computer and use it in GitHub Desktop.
NotificationManagerCompat.from(context).apply {
notify(101, NotificationCompat.Builder(context).run {
setStyle(NotificationCompatV4.InboxStyle().addLine("You have new message"))
setContentTitle(getNotificationTitleForPreNougat(dialog, dialogMessages))
setAutoCancel(true)
setContentIntent(getPendingIntent()))
setSmallIcon(R.drawable.ic_launcher)
build()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment