VerificationState

sealed class VerificationState

External verification lifecycle for OtpInput — drives progress, error shake, and success wave.

Inheritors

Types

Link copied to clipboard
data class Error(val message: String? = null) : VerificationState
Link copied to clipboard
data object Idle : VerificationState
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard