DeviceVibrationType

Wisej.Web.Ext.MobileIntegration.DeviceVibrationType

Namespace: Wisej.Web.Ext.MobileIntegration

Assembly: Wisej.Web.Ext.MobileIntegration (2.5.0.0)

Indicates the type of notification feedback to use on the device.

public enum DeviceVibrationType : Enum

Fields

NameDescription

Error

A notification feedback type, indicating that a task has failed.

Success

A notification feedback type, indicating that a task has completed successfully.

Warning

A notification feedback type, indicating that a task has produced a warning.

Used By

NameDescription

Triggers notification feedback on the device.

Last updated