DeviceVibration

Wisej.Hybrid.DeviceVibration

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid (3.5.0.0)

Provides methods to vibrate the client device.

public class DeviceVibration

Access this class through the Device singleton.

Constructors

Initializes a new instance of DeviceVibration.

Methods

Cancel any current vibrations.

Vibrates the device for the specified time in the range [0, 5000]ms.

ParameterTypeDescription

milliseconds

The time to vibrate for. This value will be ignored on iOS as it only supports 500ms

Last updated