JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
G
I
O
R
T
C
checkContextIsNotNull(Context)
- Method in class reactiveairplanemode.pwittchen.github.com.library.
ReactiveAirplaneMode
Validation method, which checks if context of the Activity or Application is not null
create()
- Static method in class reactiveairplanemode.pwittchen.github.com.library.
ReactiveAirplaneMode
Creates an instance of ReactiveAirplaneMode class
createBroadcastReceiver(<any>)
- Method in class reactiveairplanemode.pwittchen.github.com.library.
ReactiveAirplaneMode
Creates BroadcastReceiver for monitoring airplane mode
createIntentFilter()
- Method in class reactiveairplanemode.pwittchen.github.com.library.
ReactiveAirplaneMode
Creates IntentFilter for BroadcastReceiver
G
get(Context)
- Method in class reactiveairplanemode.pwittchen.github.com.library.
ReactiveAirplaneMode
Gets airplane mode state wrapped within a Single type
getAndObserve(Context)
- Method in class reactiveairplanemode.pwittchen.github.com.library.
ReactiveAirplaneMode
Emits current state of the Airplane Mode in the beginning of the subscription and then Observes Airplane Mode state of the device with BroadcastReceiver.
I
INTENT_EXTRA_STATE
- Static variable in class reactiveairplanemode.pwittchen.github.com.library.
ReactiveAirplaneMode
isAirplaneModeOn(Context)
- Method in class reactiveairplanemode.pwittchen.github.com.library.
ReactiveAirplaneMode
Checks airplane mode once basing on the system settings.
O
observe(Context)
- Method in class reactiveairplanemode.pwittchen.github.com.library.
ReactiveAirplaneMode
Observes Airplane Mode state of the device with BroadcastReceiver.
onError(String, Exception)
- Method in class reactiveairplanemode.pwittchen.github.com.library.
ReactiveAirplaneMode
Handles errors which occurs within this class
R
ReactiveAirplaneMode
- Class in
reactiveairplanemode.pwittchen.github.com.library
ReactiveAirplaneMode is an Android library listening airplane mode with RxJava Observables.
reactiveairplanemode.pwittchen.github.com.library
- package reactiveairplanemode.pwittchen.github.com.library
T
tryToUnregisterReceiver(BroadcastReceiver, Context)
- Method in class reactiveairplanemode.pwittchen.github.com.library.
ReactiveAirplaneMode
Tries to unregister BroadcastReceiver.
C
G
I
O
R
T
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes