Interface Vibrator
-
public interface Vibrator
Inject → Service to let the mobile device vibrate. Please note: iPad devices cannot vibrate.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
vibrate()
Let the device vibrate for about 500ms.
-