public final class RxRatingBar
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <any> |
isIndicator(android.widget.RatingBar view)
Deprecated.
Use view::setIsIndicator method reference.
|
static <any> |
rating(android.widget.RatingBar view)
Deprecated.
Use view::setRating method reference.
|
static InitialValueObservable<RatingBarChangeEvent> |
ratingChangeEvents(android.widget.RatingBar view)
Create an observable of the rating change events on
view. |
static InitialValueObservable<java.lang.Float> |
ratingChanges(android.widget.RatingBar view)
Create an observable of the rating changes on
view. |
public static InitialValueObservable<java.lang.Float> ratingChanges(android.widget.RatingBar view)
view.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.
Note: A value will be emitted immediately on subscribe.
public static InitialValueObservable<RatingBarChangeEvent> ratingChangeEvents(android.widget.RatingBar view)
view.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.
Note: A value will be emitted immediately on subscribe.
@Deprecated public static <any> rating(android.widget.RatingBar view)
view.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.
@Deprecated public static <any> isIndicator(android.widget.RatingBar view)
view is an indicator (thus non-changeable by the user).
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.