Quobis Android SDK (internal 0.74.0)
Quobis Android SDK (internal 0.74.0)
/
com.quobis.sippo.sipposdk.agenda.data.local
/
LocalDataSource
Local
Data
Source
interface
LocalDataSource
Content copied to clipboard
Functions
Properties
Inheritors
Functions
add
Link copied to clipboard
abstract
fun
add
(
contactId
:
String
,
contact
:
Contact
)
Content copied to clipboard
clear
Link copied to clipboard
abstract
fun
clear
(
)
Content copied to clipboard
delete
Link copied to clipboard
abstract
fun
delete
(
contactId
:
String
)
Content copied to clipboard
get
Link copied to clipboard
abstract
fun
get
(
contactId
:
String
)
:
Contact
?
Content copied to clipboard
get
All
Link copied to clipboard
abstract
fun
getAll
(
)
:
List
<
Contact
>
Content copied to clipboard
Properties
localContact
Link copied to clipboard
abstract
var
localContact
:
Contact
?
Content copied to clipboard
Inheritors
CacheContactDataSource
Link copied to clipboard