FeedbackConstants Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
NoHaptics | -1 | |
LongPress | 0 | The user has performed a long press on an object that is resulting in an action being performed. |
VirtualKey | 1 | The user has pressed on a virtual on-screen key. |
KeyboardPress | 3 | |
KeyboardTap | 3 | The user has pressed a soft keyboard key. |
ClockTick | 4 | |
ContextClick | 6 | |
KeyboardRelease | 7 | |
VirtualKeyRelease | 8 | |
TextHandleMove | 9 | |
GestureStart | 12 | |
GestureEnd | 13 | |
Confirm | 16 | |
Reject | 17 | |
ToggleOn | 21 | |
ToggleOff | 22 | |
GestureThresholdActivate | 23 | |
GestureThresholdDeactivate | 24 | |
DragStart | 25 | |
SegmentTick | 26 | |
SegmentFrequentTick | 27 |
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.