public final class RxTextSwitcher
extends java.lang.Object
TextSwitcher.| Modifier and Type | Method and Description |
|---|---|
static <any> |
currentText(android.widget.TextSwitcher view)
An action which sets the current text property of
view. |
static <any> |
text(android.widget.TextSwitcher view)
An action which sets the text property of
view. |
public static <any> text(android.widget.TextSwitcher view)
view.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.
public static <any> currentText(android.widget.TextSwitcher view)
view.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.