Package-level declarations

Types

Link copied to clipboard
class InvocationManager(scope: CoroutineScope, sensorSource: ShakeSensorSource, onInvocation: () -> Unit = {}) : DefaultLifecycleObserver

Process-lifecycle-aware invocation manager (AND-LIFE-03, D-16).

Link copied to clipboard
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.