![]() |
Talking Reminder
this project is intenfed for people who are not tech savvy
|
Class to implement notification This class is for implementing notification popup at alarm time. More...
Public Member Functions | |
| NotificationHelper (Context base, Intent intent) | |
| NotificationManager | getManager () |
| NotificationCompat.Builder | getChannelNotification () |
| TextToSpeech | getTextToSpeech () |
Static Public Attributes | |
| static final String | channelID = "channelID" |
| static final String | channelName = "Channel Name" |
Class to implement notification This class is for implementing notification popup at alarm time.
Definition at line 20 of file NotificationHelper.java.
| com.sudogeeks.talking_reminder.NotificationHelper.NotificationHelper | ( | Context | base, |
| Intent | intent | ||
| ) |
Constructor for NotificationHelper class
| base | |
| intent |
Definition at line 33 of file NotificationHelper.java.
| NotificationCompat.Builder com.sudogeeks.talking_reminder.NotificationHelper.getChannelNotification | ( | ) |
This method build notificationCompat having various setting of notification likeicon, content,priority,etc..
Definition at line 71 of file NotificationHelper.java.
1.8.16