Kit > healthstack.kit.task.signup.view

Package healthstack.kit.task.signup.view

Types

Name Summary
RegistrationCompletedView

[androidJvm]
class RegistrationCompletedView : View<RegistrationCompletedModel>

SignUpComponent

[androidJvm]
object SignUpComponent

SignUpView

[androidJvm]
class SignUpView : View<SignUpModel>

Functions

Name Summary
BasicSignUpComponent

[androidJvm]
@Composable
fun BasicSignUpComponent(onClick: () -> Unit)

GoogleSignInButton

[androidJvm]
@Composable
fun GoogleSignInButton(onClick: () -> Unit)

GoogleSignInButtonPreview

[androidJvm]
@PreviewGenerated
@Preview(showBackground = true)
@Composable
fun GoogleSignInButtonPreview()

RegistrationCompletedViewPreview

[androidJvm]
@PreviewGenerated
@Preview(showBackground = true)
@Composable
fun RegistrationCompletedViewPreview()

SignUpViewPreview

[androidJvm]
@PreviewGenerated
@Preview(showBackground = true)
@Composable
fun SignUpViewPreview()