Example usage for Java android.os VibrationEffect fields, constructors, methods, implement or subclass
The text is from its open source code.
int | DEFAULT_AMPLITUDE The default vibration strength of the device. |
VibrationEffect | createOneShot(long milliseconds, int amplitude) Create a one shot vibration. |