ChatView

data class ChatView(sender: String, senderUserId: Long, senderImage: Int, lastContentType: ContentType, isChatUnseenBySender: Boolean, isChatOpened: Boolean, isLastContentSendToSender: Boolean, lastChat: String, lastContentTime: String, lastContentTimeType: LastContentTimeType)

Chat view Data Class

Constructors

Link copied to clipboard
fun ChatView(sender: String, senderUserId: Long, senderImage: Int, lastContentType: ContentType, isChatUnseenBySender: Boolean, isChatOpened: Boolean, isLastContentSendToSender: Boolean, lastChat: String, lastContentTime: String, lastContentTimeType: LastContentTimeType)

Create empty Chat view

Properties

Link copied to clipboard
val isChatOpened: Boolean
Link copied to clipboard
val isChatUnseenBySender: Boolean
Link copied to clipboard
val isLastContentSendToSender: Boolean
Link copied to clipboard
val lastChat: String
Link copied to clipboard
val lastContentTime: String
Link copied to clipboard
val lastContentTimeType: LastContentTimeType
Link copied to clipboard
val lastContentType: ContentType
Link copied to clipboard
val sender: String
Link copied to clipboard
val senderImage: Int
Link copied to clipboard
val senderUserId: Long