Skip to content Skip to sidebar Skip to footer

Setlatesteventinfo Method Cannot Be Resolved

I am trying to implement a reminder feature for my application which is API 23. However, the reminder feature contains an error whereby the method 'setLatestEventInfo' cannot be re

Solution 1:

Use NotificationCompat.Builder to build your notifications as in the documentation.

You can check the methods setTicker, setSmallIcon, setContentTitle, setContentText, setContentIntent, setAutoCancel, setDefaults to reproduce your behaviour.

Post a Comment for "Setlatesteventinfo Method Cannot Be Resolved"