Created
August 24, 2017 18:46
-
-
Save karthiks/2f740cc618974f8bbd5866ca4f66bd9c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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