public final class RxNavigationView
extends java.lang.Object
NavigationView.| Modifier and Type | Method and Description |
|---|---|
static <any> |
itemSelections(NavigationView view)
Create an observable which emits the selected item in
view. |
public static <any> itemSelections(NavigationView 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. This behavior assumes but does not enforce that the items are exclusively checkable.