utils/Constants library
Constants
- HASNEXT → const String
- Key for the hasNext pagination flag in API responses.
- MESSAGELIST → const String
- Key for the message list in API responses.
- METHOD_CHANNEL_WE_NOTIFICATIONINBOX_FLUTTER → const String
- Method channel name for the WebEngage Notification Inbox plugin.
- METHOD_NAME_DELETE_ALL → const String
- Method name for deleting all notifications.
- METHOD_NAME_GET_NOTIFICATION_COUNT → const String
- Method name for fetching the notification count.
- METHOD_NAME_GET_NOTIFICATION_LIST → const String
- Method name for fetching the notification list.
- METHOD_NAME_INIT_NOTIFICATION_INBOX → const String
- Method name for initializing the notification inbox.
- METHOD_NAME_MARK_DELETE → const String
- Method name for marking a notification as deleted.
- METHOD_NAME_MARK_READ → const String
- Method name for marking a notification as read.
- METHOD_NAME_MARK_UNREAD → const String
- Method name for marking a notification as unread.
- METHOD_NAME_READ_ALL → const String
- Method name for marking all notifications as read.
- METHOD_NAME_RESET_NOTIFICATION_COUNT → const String
- Method name for resetting the notification count.
- METHOD_NAME_TRACK_CLICK → const String
- Method name for tracking a notification click.
- METHOD_NAME_TRACK_VIEW → const String
- Method name for tracking a notification view.
- METHOD_NAME_UNREAD_ALL → const String
- Method name for marking all notifications as unread.
- OFFSETJSON → const String
- Key for the offset JSON used in pagination.
- READ_STATUS → const String
- Status value indicating a notification has been read.
- UNREAD_STATUS → const String
- Status value indicating a notification is unread.