Skip navigation links
A B C F R V 

A

ActivityEvent - Enum in com.trello.rxlifecycle2.android
Lifecycle events that can be emitted by Activities.

B

bindActivity(Observable<ActivityEvent>) - Static method in class com.trello.rxlifecycle2.android.RxLifecycleAndroid
Binds the given source to an Activity lifecycle.
bindFragment(Observable<FragmentEvent>) - Static method in class com.trello.rxlifecycle2.android.RxLifecycleAndroid
Binds the given source to a Fragment lifecycle.
bindView(View) - Static method in class com.trello.rxlifecycle2.android.RxLifecycleAndroid
Binds the given source to a View lifecycle.

C

com.trello.rxlifecycle2.android - package com.trello.rxlifecycle2.android
 

F

FragmentEvent - Enum in com.trello.rxlifecycle2.android
Lifecycle events that can be emitted by Fragments.

R

RxLifecycleAndroid - Class in com.trello.rxlifecycle2.android
 

V

valueOf(String) - Static method in enum com.trello.rxlifecycle2.android.ActivityEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.trello.rxlifecycle2.android.FragmentEvent
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.trello.rxlifecycle2.android.ActivityEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.trello.rxlifecycle2.android.FragmentEvent
Returns an array containing the constants of this enum type, in the order they are declared.
A B C F R V 
Skip navigation links