detect Shove Gestures
suspend fun detectShoveGestures(onShoveBegin: (ShoveGestureDetector) -> Unit = {}, onShoveEnd: (ShoveGestureDetector) -> Unit = {}, onShove: (ShoveGestureDetector) -> Unit = {})
Registers an OnShoveListener and suspends until cancellation.
Parameters
on Shove Begin
called when the shove gesture starts.
on Shove
called during the shove gesture.
on Shove End
called when the shove gesture ends.