ChatUserRepositoryImpl
class ChatUserRepositoryImpl(rxFirebaseRepository: ChatRxFirebaseRepository, chatUserMapper: ChatIReactiveMapper<ChatUserEntity, ChatUserModel>, chatConf: ZappChatConfiguration, context: Context) : ChatUserRepository
Constructors
Link copied to clipboard
constructor(rxFirebaseRepository: ChatRxFirebaseRepository, chatUserMapper: ChatIReactiveMapper<ChatUserEntity, ChatUserModel>, chatConf: ZappChatConfiguration, context: Context)
Functions
Link copied to clipboard
Link copied to clipboard
open override fun createUser(email: String, password: String, image: String, name: String, tokenPush: String): Single<ChatUserModel>
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
Link copied to clipboard
Link copied to clipboard