showNotification

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

pendingIntent

PendingIntent

notificationId

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)