Skip to content

Files

Latest commit

5578e9e · Jun 18, 2020

History

History
This branch is 298 commits behind ReactiveCircus/FlowBinding:main.

flowbinding-activity

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>