LiveTextInputStatus enum

An enumeration that indicates whether the current device is available for Live Text input.

See also:

  • LiveText, where the availability of Live Text input can be obtained.
Inheritance

Constructors

LiveTextInputStatus()
const

Values

enabled → const LiveTextInputStatus

This device supports Live Text input currently.

unknown → const LiveTextInputStatus

The status of the Live Text input is unknown. Since getting the Live Text input availability is asynchronous (see LiveText.isLiveTextInputAvailable), this status often exists while waiting to receive the status value for the first time.

disabled → const LiveTextInputStatus

The current device doesn't support Live Text input.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<LiveTextInputStatus>
A constant List of the values in this enum, in order of their declaration.