Package-level declarations
Types
Link copied to clipboard
open class ChatMessageRepositoryImpl(messageMapper: ChatIReactiveMapper<MessageEntity, MessageModel>, messageInfMapper: ChatIReactiveMapper<MessageInfEntity, MessageInfModel>, rxFirebaseRepository: ChatRxFirebaseRepository, chatConf: ZappChatConfiguration, context: Context, userRepository: ChatUserRepository) : ChatMessageRepository
Link copied to clipboard
class ChatRepositoryImpl(chatMapper: ChatIReactiveMapper<ChatEntity, ChatModel>, participantMapper: ChatIReactiveMapper<ChatParticipantEntity, ChatParticipantModel>, chatConf: ZappChatConfiguration, rxFirebaseRepository: ChatRxFirebaseRepository, userRepository: ChatUserRepository) : ChatRepository
Link copied to clipboard
class ChatRxFirebaseRepositoryImpl(chatConfiguration: ZappChatConfiguration) : ChatRxFirebaseRepository
Created by Cristian Menárguez González on 16/4/18.
Link copied to clipboard
class ChatUserRepositoryImpl(rxFirebaseRepository: ChatRxFirebaseRepository, chatUserMapper: ChatIReactiveMapper<ChatUserEntity, ChatUserModel>, chatConf: ZappChatConfiguration, context: Context) : ChatUserRepository