contentIntent
Supply your own PendingIntent factory for Notification.Builder.setContentIntent.
If null
, or the factory function returns null
, then no PendingIntent will be set for Notification.Builder.setContentIntent.
Default: An implementation which will wrap the Intent returned by PackageManager.getLaunchIntentForPackage in a PendingIntent.