Presence Manager
class PresenceManager(localDataSource: LocalDataSource, remoteDataSource: RemoteDataSource) : PresenceRepository
Content copied to clipboard
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun getPresences(withoutAvatar: Boolean): Single<List<Presence>>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun subscribeByUserIds(userIds: List<String>): Single<List<Presence>>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun subscribeByUserUris(userUris: List<String>): Single<List<Presence>>
Content copied to clipboard
Link copied to clipboard