NoOpSignInState

Inert SignInState returned while a composable is rendered in inspection mode (an IDE @Preview). Previews never run application startup, so the provider a real state needs has not been created; returning this instead of resolving it keeps previews from crashing. launch does nothing.

Properties

Link copied to clipboard
open override val isInProgress: Boolean = false

True while a sign-in flow started by launch is still running.

Functions

Link copied to clipboard
open override fun launch()

Starts the sign-in flow. Calls while a flow is already in progress are ignored, so a fast double-tap cannot start two flows.