Click or drag to resize

IMotionTriggerVibrationEnabled Property

Checks if the vibration during motion is enabled.

Namespace:  Com.Datalogic.Device.Input
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool VibrationEnabled { get; set; }

Property Value

Type: Boolean
boolean true if the vibration during motion is enabled, false otherwise.
Remarks

Get method documentation[Android Documentation]
Checks if the vibration during motion is enabled.

Set method documentation[Android Documentation]
Enables or disables the vibration when a motion is detected.

See Also