Package-level declarations

Functions

Link copied to clipboard
fun AuthErrorScreen(modifier: Modifier = Modifier)

A catch all error screen to be displayed to users when an error occurred during authentication and no additional context can be given.

Link copied to clipboard
fun CheckYourPhoneScreen(modifier: Modifier = Modifier, message: String? = null)

A screen to request the user to check their paired phone to proceed. It also allows a message to be displayed.

Link copied to clipboard
fun SignInPlaceholderScreen(modifier: Modifier = Modifier, message: String = stringResource(id = R.string.horologist_signin_placeholder_message))

A screen to represent a signing-in process state.