Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 387 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 387 Bytes

FlowBinding Activity

This module provides bindings for the AndroidX Activity library.

Transitive Dependency

androidx.activity:activity-ktx

Download

implementation "io.github.reactivecircus.flowbinding:flowbinding-activity:${flowbinding_version}"

Available Bindings

fun OnBackPressedDispatcher.backPresses(enabled: Boolean): Flow<Unit>