toggle menu
VideoAndroidSDK
androidJvm
switch theme
search in API
video-common-ui
/
com.kaleyra.video_common_ui.connectionservice
/
ContactsController
Contacts
Controller
object
ContactsController
Members
Functions
create
Connection
Service
Contact
Link copied to clipboard
fun
createConnectionServiceContact
(
context
:
Context
,
uri
:
Uri
,
username
:
String
)
create
Or
Update
Connection
Service
Contact
Link copied to clipboard
fun
createOrUpdateConnectionServiceContact
(
context
:
Context
,
uri
:
Uri
,
username
:
String
)
delete
Connection
Service
Contact
Link copied to clipboard
fun
deleteConnectionServiceContact
(
context
:
Context
,
uri
:
Uri
)
get
Connection
Service
Contact
Id
Link copied to clipboard
fun
getConnectionServiceContactId
(
context
:
Context
,
uri
:
Uri
)
:
Int
?
update
Connection
Service
Contact
Link copied to clipboard
fun
updateConnectionServiceContact
(
context
:
Context
,
contactId
:
Int
,
username
:
String
)