Quobis Android SDK (internal 0.76.0)
Quobis Android SDK (internal 0.76.0)
/
com.quobis.sippo.sipposdk.user.data.local
/
LocalDataSource
Local
Data
Source
interface
LocalDataSource
Content copied to clipboard
Functions
Inheritors
Functions
add
Link copied to clipboard
abstract
fun
add
(
userId
:
String
,
user
:
User
)
Content copied to clipboard
clear
Link copied to clipboard
abstract
fun
clear
(
)
Content copied to clipboard
delete
Link copied to clipboard
abstract
fun
delete
(
userId
:
String
)
Content copied to clipboard
get
Link copied to clipboard
abstract
fun
get
(
userId
:
String
)
:
User
?
Content copied to clipboard
get
All
Link copied to clipboard
abstract
fun
getAll
(
)
:
List
<
User
>
Content copied to clipboard
Inheritors
CacheUserDataSource
Link copied to clipboard