public class HapticFeedbackController extends Object
Constructor and Description |
---|
HapticFeedbackController(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
start()
Call to setup the controller.
|
void |
stop()
Call this when you don't need the controller anymore.
|
void |
tryVibrate()
Try to vibrate.
|
public HapticFeedbackController(Context context)
public void start()
public void stop()
public void tryVibrate()