ChatRepositoryImpl
class ChatRepositoryImpl(chatMapper: ChatIReactiveMapper<ChatEntity, ChatModel>, participantMapper: ChatIReactiveMapper<ChatParticipantEntity, ChatParticipantModel>, chatConf: ZappChatConfiguration, rxFirebaseRepository: ChatRxFirebaseRepository, userRepository: ChatUserRepository) : ChatRepository
Constructors
Link copied to clipboard
constructor(chatMapper: ChatIReactiveMapper<ChatEntity, ChatModel>, participantMapper: ChatIReactiveMapper<ChatParticipantEntity, ChatParticipantModel>, chatConf: ZappChatConfiguration, rxFirebaseRepository: ChatRxFirebaseRepository, userRepository: ChatUserRepository)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun getChatsByUser(myUser: ChatUserModel, starAt: Long, filter: String): Single<List<ChatModel>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun updateUnreadChat(userModel: ChatUserModel, chat: ChatModel, value: Int): Completable
Link copied to clipboard