Contact Manager
class ContactManager(sessions: Sessions, users: Users, localDataSource: LocalDataSource, remoteDataSource: RemoteDataSource) : ContactRepository
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun getContactsBy(query: SourceQuery): Single<List<Contact>>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard