BackInterceptor

Functions

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

Returns a Flow that will emit Unit on every back press. While this Flow is being collected all back presses will be intercepted and none of the default back press handling happens.

abstract fun <T> backPresses(value: T): Flow<T>

Returns a Flow that will emit value on every back press. While this Flow is being collected all back presses will be intercepted and none of the default back press handling happens.