public final class CHHapticEngineFinishedAction
extends java.lang.Object
Constants indicating what the engine should do in response to the finished handler being called.
[@constant] CHHapticEngineFinishedActionStopEngine Stop the engine. This is useful if the client knows that the client is about to go inactive.
[@constant] CHHapticEngineFinishedActionLeaveEngineRunning Do not stop the engine. This is useful if the client expects more activity.
| Modifier and Type | Field and Description |
|---|---|
static long |
LeaveEngineRunning |
static long |
StopEngine |
public static final long StopEngine
public static final long LeaveEngineRunning