public interface ShakeCallback
| Modifier and Type | Field and Description |
|---|---|
static ShakeCallback |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
void |
onShakingStarted()
Called when device starts to shake/move.
|
void |
onShakingStopped()
Called when device stops shaking/moving.
|
@NonNull static final ShakeCallback EMPTY