EphemeralConversationNotification
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.
Constructors
Link copied to clipboard
constructor(conversationEvent: Event.Conversation, conversation: <Error class: unknown class>, user: <Error class: unknown class>?)