Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@AliAsadi
Created October 4, 2018 09:54
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 AliAsadi/e75e8b089281a342b95239b2fbf9646a to your computer and use it in GitHub Desktop.
Save AliAsadi/e75e8b089281a342b95239b2fbf9646a to your computer and use it in GitHub Desktop.
new Notification.Builder(context)
.setContentTitle(title)
.setContentText(contentText)
.setSmallIcon(R.drawable.icon)
.setContentIntent(intent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment