Quobis Android SDK (internal 0.72.1)
Quobis Android SDK (internal 0.72.1)
/
com.quobis.sippo.sipposdk.agenda
/
ContactRepository
Contact
Repository
interface
ContactRepository
Content copied to clipboard
Functions
Inheritors
Functions
clear
Link copied to clipboard
abstract
fun
clear
(
)
Content copied to clipboard
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
Contact
By
Link copied to clipboard
abstract
fun
getContactBy
(
contactId
:
String
)
:
Contact
?
Content copied to clipboard
get
Contact
By
User
Name
Link copied to clipboard
abstract
fun
getContactByUserName
(
userName
:
String
)
:
Contact
?
Content copied to clipboard
get
Contacts
By
Link copied to clipboard
abstract
fun
getContactsBy
(
query
:
SourceQuery
)
:
Single
<
List
<
Contact
>
>
Content copied to clipboard
get
Contacts
By
User
Id
Link copied to clipboard
abstract
fun
getContactsByUserId
(
userId
:
String
)
:
List
<
Contact
>
Content copied to clipboard
get
Local
Contact
Link copied to clipboard
abstract
fun
getLocalContact
(
)
:
Single
<
Contact
>
Content copied to clipboard
save
Contact
Link copied to clipboard
abstract
fun
saveContact
(
contact
:
Contact
)
Content copied to clipboard
update
Contact
Link copied to clipboard
abstract
fun
updateContact
(
contact
:
Contact
)
:
Completable
Content copied to clipboard
Inheritors
ContactManager
Link copied to clipboard