Kit > healthstack.kit.info

Package healthstack.kit.info

Types

Name Summary
MyProfileView

[androidJvm]
class MyProfileView(val onClickBack: () -> Unit = {})

SettingsView

[androidJvm]
class SettingsView(val onClickBack: () -> Unit = {}, val initialize: () -> Unit = {})

StudyInfoView

[androidJvm]
class StudyInfoView(val onClickBack: () -> Unit = {})

TimeUtils

[androidJvm]
object TimeUtils

Functions

Name Summary
getOrEmpty

[androidJvm]
fun JSONObject.getOrEmpty(id: String): String

ProfileTextView

[androidJvm]
@Composable
fun ProfileTextView(title: String, value: String, disabled: Boolean = true, changeValue: (String) -> Unit = {})

SettingsPreview

[androidJvm]
@PreviewGenerated
@Preview(showBackground = true, widthDp = 360, heightDp = 1500)
@Composable
fun SettingsPreview()

StudyInfoPreview

[androidJvm]
@PreviewGenerated
@Preview(showBackground = true, widthDp = 360, heightDp = 1500)
@Composable
fun StudyInfoPreview()