public final class RxBottomNavigationView
extends java.lang.Object
BottomNavigationView.| Modifier and Type | Method and Description |
|---|---|
static <any> |
itemSelections(BottomNavigationView view)
Create an observable which emits the selected item in
view. |
public static <any> itemSelections(BottomNavigationView view)
view.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.
Note: If an item is already selected, it will be emitted immediately on subscribe.