Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 401 Bytes

File metadata and controls

18 lines (11 loc) · 401 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