//kit/healthstack.kit.task.signup.view/RegistrationCompletedView

RegistrationCompletedView

[androidJvm]
class RegistrationCompletedView : View<RegistrationCompletedModel>

Constructors

   
RegistrationCompletedView [androidJvm]
fun RegistrationCompletedView()

Functions

Name Summary
Render [androidJvm]
@Composable
open override fun Render(model: RegistrationCompletedModel, callbackCollection: CallbackCollection, holder: SubStepHolder?)
A method rendering UI.