Posted by: Pdfprep
Post Date: May 16, 2021
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