Quobis Android SDK (internal 0.58.0)
Quobis Android SDK (internal 0.58.0)
/
com.quobis.sippo.sipposdk.agenda.data.remote
/
RemoteDataSource
Remote
Data
Source
interface
RemoteDataSource
Content copied to clipboard
Functions
Functions
create
Contact
Link copied to clipboard
abstract
fun
createContact
(
contact
:
Contact
)
:
Completable
Content copied to clipboard
delete
Contact
Link copied to clipboard
abstract
fun
deleteContact
(
contactId
:
String
)
:
Completable
Content copied to clipboard
get
Contacts
By
Link copied to clipboard
abstract
fun
getContactsBy
(
query
:
SourceQuery
)
:
Single
<
List
<
Contact
>
>
Content copied to clipboard
update
Contact
Link copied to clipboard
abstract
fun
updateContact
(
contact
:
Contact
)
:
Completable
Content copied to clipboard