toggle menu
Quobis Android SDK (internal 0.82.1)
androidJvm
switch theme
search in API
Quobis Android SDK (internal 0.82.1)
/
com.quobis.sippo.sipposdk.presence.data.local
/
LocalDataSource
Local
Data
Source
interface
LocalDataSource
Inheritors
CachePresenceDataSource
Members
Properties
presences
Link copied to clipboard
abstract
val
presences
:
Observable
<
List
<
Presence
>
>
Functions
add
Link copied to clipboard
abstract
fun
add
(
userId
:
String
,
presence
:
Presence
)
clear
Link copied to clipboard
abstract
fun
clear
(
)
get
Link copied to clipboard
abstract
fun
get
(
userId
:
String
)
:
Presence
?
get
All
Link copied to clipboard
abstract
fun
getAll
(
)
:
List
<
Presence
>