SearchUserRepository
Functions
Link copied to clipboard
abstract suspend fun getKnownContacts(excludeConversation: <Error class: unknown class>?): Either<StorageFailure, List<UserSearchDetails>>
Link copied to clipboard
abstract suspend fun searchLocalByHandle(handle: String, excludeMembersOfConversation: <Error class: unknown class>?): Either<StorageFailure, List<UserSearchDetails>>
Link copied to clipboard
abstract suspend fun searchLocalByName(name: String, excludeMembersOfConversation: <Error class: unknown class>?): Either<StorageFailure, List<UserSearchDetails>>
Link copied to clipboard
abstract suspend fun searchUserRemoteDirectory(searchQuery: String, domain: String, maxResultSize: Int?, searchUsersOptions: SearchUsersOptions): Either<CoreFailure, UserSearchResult>