Skip to content

Instantly share code, notes, and snippets.

@karthiks
Created August 24, 2017 18:46
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 karthiks/2f740cc618974f8bbd5866ca4f66bd9c to your computer and use it in GitHub Desktop.
Save karthiks/2f740cc618974f8bbd5866ca4f66bd9c to your computer and use it in GitHub Desktop.
private NotificationUtils notificationUtils;
//..
public void someMethod() {
notificationUtils = new NotificationUtils(this);
notificationUtils.getNotificationManager().notify(random_id, getAndroidChannelNotification(title, body));
}
//..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment