Android.Views.View.PerformHapticFeedback Method
BZZZTT!!1!

Syntax

[Android.Runtime.Register("performHapticFeedback", "(I)Z", "GetPerformHapticFeedback_IHandler")]
public virtual bool PerformHapticFeedback ([Android.Runtime.GeneratedEnum] FeedbackConstants feedbackConstant)

Parameters

feedbackConstant
One of the constants defined in Android.Views.HapticFeedbackConstants

Returns

Documentation for this section has not yet been entered.

Remarks

BZZZTT!!1!

Provide haptic feedback to the user for this view.

The framework will provide haptic feedback for some built in actions, such as long presses, but you may wish to provide feedback for your own widget.

The feedback will only be performed if View.HapticFeedbackEnabled is true.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3