show Notification
public void showNotification(Context context, String title, String content, PendingIntent pendingIntent, int notificationId, int defaults)
Parameters
context
the context
title
the notification title
content
the notification content
pending Intent
PendingIntent
notification Id
the notification ID
defaults
notification defaults controlling sound/vibrate/lights, maps to Builder.setDefaults(int)
public void showNotification(Context context, String title, String content, PendingIntent intent, int notificationId)