Package apple.corehaptics.enums
Class CHHapticEngineFinishedAction
- java.lang.Object
-
- apple.corehaptics.enums.CHHapticEngineFinishedAction
-
public final class CHHapticEngineFinishedAction extends java.lang.Object[@enum] CHHapticEngineFinishedAction 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.
-
-
Field Summary
Fields Modifier and Type Field Description static longLeaveEngineRunningstatic longStopEngine
-
-
-
Field Detail
-
StopEngine
public static final long StopEngine
- See Also:
- Constant Field Values
-
LeaveEngineRunning
public static final long LeaveEngineRunning
- See Also:
- Constant Field Values
-
-