Interface ShakeCallback
public interface ShakeCallback
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when device starts to shake/move.void
Called when device stops shaking/moving.
-
Field Details
-
EMPTY
-
-
Method Details
-
onShakingStarted
void onShakingStarted()Called when device starts to shake/move. -
onShakingStopped
void onShakingStopped()Called when device stops shaking/moving.
-