getContacts

fun getContacts(query: SourceQuery): Single<List<Contact>>

Fetches all the contacts from the specified query.

Return

A single that will emit the contact list when the request is processed. In case of error, it will emit a SippoResourceError.

Parameters

query

Sources from which the contacts will be fetched.