-
Notifications
You must be signed in to change notification settings - Fork 1
NotificationComponent
amanda southworth edited this page Mar 29, 2022
·
1 revision
var unreadNotification = NotificationComponent(
notificationSubCategory: fillerTextSubheader,
notificationReceived: DateTime.now(),
notificationHeader: fillerTextHeader,
notificationBody: fillerTextBody,
hasNotificationBeenRead: false);
var readNotification = NotificationComponent(
notificationSubCategory: fillerTextSubheader,
notificationReceived: DateTime.now(),
notificationHeader: fillerTextHeader,
notificationBody: fillerTextBody,
hasNotificationBeenRead: true);