Skip to content

NotificationComponent

amanda southworth edited this page Mar 29, 2022 · 1 revision

Notification

Last Updated: 1/20/2022


Description


Usage


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);

Clone this wiki locally