What method should we use with Notification.Builder to supply a PendingIntent to be sent when the notification is clicked?


What method should we use with Notification.Builder to supply a PendingIntent to be sent when the notification is clicked?
A . setContentInfo
B . setContentIntent
C . setDeleteIntent

Answer: B

Explanation:

Reference: https://developer.android.com/training/notify-user/build-notification

Leave a Reply

Your email address will not be published.