StudyRepo

class StudyRepo(bridgeConfig: BridgeConfig, httpClient: HttpClient, databaseHelper: ResourceDatabaseHelper, backgroundScope: CoroutineScope) : AbstractResourceRepo

Constructors

Link copied to clipboard
constructor(bridgeConfig: BridgeConfig, httpClient: HttpClient, databaseHelper: ResourceDatabaseHelper, backgroundScope: CoroutineScope)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun getStudy(studyId: String): Flow<ResourceResult<Study>>

Get a study for this app.

Link copied to clipboard

Get the information on a study that is useful for displaying, selecting, and signing into the study. This call does not require authentication.