public static void cancelPushNotification(Context ctx, int notificationType) {
NotificationManager notificationManager = (NotificationManager) ctx
.getSystemService(Context.NOTIFICATION_SERVICE);
notificationManager.cancel(notificationType);
}
NotificationManager notificationManager = (NotificationManager) ctx
.getSystemService(Context.NOTIFICATION_SERVICE);
notificationManager.cancel(notificationType);
}
No comments:
Post a Comment