FeedbackConstants Enum

Definition

Enumerates values returned by the KeyboardTap, LongPress, and VirtualKey members and taken as a parameter of the F:Android.Views.View.PerformHapticFeedback, and F:Android.Views.View.PerformHapticFeedback members.

public enum FeedbackConstants
type FeedbackConstants = 
Inheritance
FeedbackConstants

Fields

ClockTick 4
Confirm 16
ContextClick 6
DragStart 25
GestureEnd 13
GestureStart 12
GestureThresholdActivate 23
GestureThresholdDeactivate 24
KeyboardPress 3
KeyboardRelease 7
KeyboardTap 3

The user has pressed a soft keyboard key.

LongPress 0

The user has performed a long press on an object that is resulting in an action being performed.

NoHaptics -1
Reject 17
SegmentFrequentTick 27
SegmentTick 26
TextHandleMove 9
ToggleOff 22
ToggleOn 21
VirtualKey 1

The user has pressed on a virtual on-screen key.

VirtualKeyRelease 8

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to