Class OtpInputState
Defines the visual state of the OTP input control.
Inheritance
System.Object
OtpInputState
Namespace: Syncfusion.Maui.Toolkit.OtpInput
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public sealed class OtpInputState : Enum
Fields
Default
The default state of the OTP input field.
Declaration
public const OtpInputState Default
Field Value
Type |
---|
OtpInputState |
Error
Indicates an error state for the OTP input field, such as an invalid OTP.
Declaration
public const OtpInputState Error
Field Value
Type |
---|
OtpInputState |
Success
Indicates the OTP input is successfully verified.
Declaration
public const OtpInputState Success
Field Value
Type |
---|
OtpInputState |
Warning
Indicates a cautionary state for the OTP input field.
Declaration
public const OtpInputState Warning
Field Value
Type |
---|
OtpInputState |