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