sippo-sdk / com.quobis.sippo.sipposdk.agenda / AgendaRx / getContacts

getContacts

fun getContacts(sources: List<Source>): Single<List<Contact>>

Fetches all the contacts from the specified sources.

Parameters

sources - Sources from which the contacts will be fetched.

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