RemoteDataSource

Functions

Link copied to clipboard
abstract fun createContact(contact: Contact): Completable
Link copied to clipboard
abstract fun deleteContact(contactId: String): Completable
Link copied to clipboard
abstract fun getContactByAddress(address: String): Single<Contact>
Link copied to clipboard
abstract fun getContactByUsernameAndDomain(userName: String, domain: String): Single<Contact>
Link copied to clipboard
abstract fun getContactsBy(query: SourceQuery): Single<List<Contact>>
Link copied to clipboard
abstract fun updateContact(contact: Contact): Completable