chat_ui/src/notification_feed/data/data library
Data layer exports for notification feed module
Classes
- NotificationFeedRemoteDataSource
- Abstract interface for notification feed remote data source. Handles all interactions with CometChat SDK for notification feed.
- NotificationFeedRemoteDataSourceImpl
- Implementation of NotificationFeedRemoteDataSource using CometChat SDK.
- NotificationFeedRepositoryImpl
- Implementation of NotificationFeedRepository. Delegates to the remote data source and wraps results in Result.
Exceptions / Errors
- NotificationFeedRemoteException
- Exception thrown when remote data source operations fail.