Quobis Android SDK (internal 0.76.0)
Quobis Android SDK (internal 0.76.0)
/
com.quobis.sippo.sipposdk.presence.data.local
/
LocalDataSource
Local
Data
Source
interface
LocalDataSource
Content copied to clipboard
Functions
Properties
Inheritors
Functions
add
Link copied to clipboard
abstract
fun
add
(
userId
:
String
,
presence
:
Presence
)
Content copied to clipboard
clear
Link copied to clipboard
abstract
fun
clear
(
)
Content copied to clipboard
get
Link copied to clipboard
abstract
fun
get
(
userId
:
String
)
:
Presence
?
Content copied to clipboard
get
All
Link copied to clipboard
abstract
fun
getAll
(
)
:
List
<
Presence
>
Content copied to clipboard
Properties
presences
Link copied to clipboard
abstract
val
presences
:
Observable
<
List
<
Presence
>
>
Content copied to clipboard
Inheritors
CachePresenceDataSource
Link copied to clipboard