Table of Contents

Enum Keys

Supplies constants representing keyboard keys on mobile devices, which can be used in the input parameter of the SendKey(Keys, int) method.

Namespace: HP.LFT.SDK.Mobile
Assembly: HP.LFT.SDK.dll
Syntax
public enum Keys

Fields

Name Description
Backspace

The Backspace key. Supported on iOS and Android.

Delete

The Delete key. Supported on iOS and Android.

Down

The Down key. Supported on Android.

End

The End key. Supported on Android.

Enter

The Enter key. Supported on iOS and Android.

Escape

The Escape key. Supported on Android.

Home

The Home key. Supported on Android.

Left

The Left key. Supported on Android.

PageDown

The PageDown key. Supported on Android.

PageUp

The PageUp key. Supported on Android.

Return

The Return key. Supported on iOS.

Right

The Right key. Supported on Android.

Tab

The Tab key. Supported on Android.

Up

The Up key. Supported on Android.