div-action-haptic

Plays one haptic feedback effect when the action is executed. Respects system settings. If the effect is unavailable, it is skipped without stopping other actions.

Parameters

Parameters Description
type

string

Required parameter.

The value must always be haptic.

Available platforms: Android, iOS.

feedback

string

Feedback type: light, medium or heavy impact, or success or error notification. Defaults to light. The physical effect depends on the platform and device.

Possible values: light, medium, heavy, success, error.

Default value: light.

Available platforms: Android, iOS.

JSON
{
  type*: "haptic",
  feedback: "string"
}