ShakeSensorSource

fun interface ShakeSensorSource

Abstract source of invocation (shake) events. Concrete implementation (sensor-backed) is wired in Phase 34 when the MediaProjection/foreground-service work lands; Plan 04 ships the lifecycle-observer scaffold and a simple Flow contract so the observer can be unit-tested deterministically.

Functions

Link copied to clipboard
abstract fun events(): Flow<Unit>