pinflow
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
pinflow
pinflow
/
com.pinflow.compose
/
VerificationState
Verification
State
sealed
class
VerificationState
External verification lifecycle for
OtpInput
— drives progress, error shake, and success wave.
Inheritors
Idle
Typing
Verifying
Success
Error
Members
Types
Error
Link copied to clipboard
data
class
Error
(
val
message
:
String
?
=
null
)
:
VerificationState
Idle
Link copied to clipboard
data
object
Idle
:
VerificationState
Success
Link copied to clipboard
data
object
Success
:
VerificationState
Typing
Link copied to clipboard
data
object
Typing
:
VerificationState
Verifying
Link copied to clipboard
data
object
Verifying
:
VerificationState