KeyboardBehavior enum

Specifies how the OS keyboard should behave when using NativeAutomator.enterText and NativeAutomator.enterTextByIndex.

Inheritance

Constructors

KeyboardBehavior()
const

Values

showAndDismiss → const KeyboardBehavior

The default keyboard behavior.

Keyboard will be shown when entering text starts, and will be automatically dismissed afterwards.

alternative → const KeyboardBehavior

The alternative keyboard behavior.

On Android, no keyboard will be shown at all. The text will simply appear inside the TextField.

On iOS, the keyboard will not be dismissed after entering text.

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<KeyboardBehavior>
A constant List of the values in this enum, in order of their declaration.