Java android.os VibrationEffect fields, constructors, methods, implement or subclass

Example usage for Java android.os VibrationEffect fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.os VibrationEffect.

The text is from its open source code.

Field

intDEFAULT_AMPLITUDE
The default vibration strength of the device.

Method

VibrationEffectcreateOneShot(long milliseconds, int amplitude)
Create a one shot vibration.