Package-level declarations
Types
Link copied to clipboard
data class EphemeralConversationNotification(val conversationEvent: Event.Conversation, val conversation: <Error class: unknown class>, val user: <Error class: unknown class>?)
Class to pass some data to this manager and later being able to map it to the correct types. We can expand this class later when we have more cases for ephemeral notifications.
Link copied to clipboard
interface LocalNotificationMessageMapper
Link copied to clipboard
Link copied to clipboard
interface NotificationEventsManager
Link copied to clipboard
This singleton allow us to queue checking for new regular notifications AND queue ephemeral notifications from different user flows.
Link copied to clipboard
Link copied to clipboard
interface PushTokenRepository