UserSettingsObjectRepository

class UserSettingsObjectRepository : ReadOnlyAnyObjectWithDownloadRepositoryImpl<UserSettings> , ReadOnlyWithDownloadObjectRepository<UserSettings>

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun download(): Completable
Link copied to clipboard
fun exists(): Single<Boolean>
Link copied to clipboard
fun get(): Single<UserSettings?>