Skip to content

Latest commit

 

History

History
25 lines (11 loc) · 396 Bytes

File metadata and controls

25 lines (11 loc) · 396 Bytes

playHaptic(duration, pause [, flags])

Generate haptic feedback

@status current Introduced in 2.2.0

Parameters

  • duration (number) length of the haptic feedback in milliseconds

  • pause (number) length of the silence after haptic feedback in milliseconds

  • flags (number):

  • 0 or not present play with normal priority

  • PLAY_NOW play immediately

Return value

none