Skip navigation links
C E I O R T V 

C

com.github.pwittchen.reactivenetwork.library - package com.github.pwittchen.reactivenetwork.library
 
ConnectivityStatus - Enum in com.github.pwittchen.reactivenetwork.library
 

E

enableInternetCheck() - Method in class com.github.pwittchen.reactivenetwork.library.ReactiveNetwork
enables Internet connection check When it's called WIFI_CONNECTED_HAS_INTERNET and WIFI_CONNECTED_HAS_NO_INTERNET statuses can be emitted by observeConnectivity(context) method.

I

isEqualTo(ConnectivityStatus...) - Static method in enum com.github.pwittchen.reactivenetwork.library.ConnectivityStatus
Creates a function, which checks if single connectivity status or many statuses are equal to current status.
isNotEqualTo(ConnectivityStatus...) - Static method in enum com.github.pwittchen.reactivenetwork.library.ConnectivityStatus
Creates a function, which checks if single connectivity status or many statuses are not equal to current status.

O

observeConnectivity(Context) - Method in class com.github.pwittchen.reactivenetwork.library.ReactiveNetwork
Observes ConnectivityStatus, which can be WIFI_CONNECTED, MOBILE_CONNECTED or OFFLINE
observeWifiAccessPoints(Context) - Method in class com.github.pwittchen.reactivenetwork.library.ReactiveNetwork
Observes WiFi Access Points.

R

ReactiveNetwork - Class in com.github.pwittchen.reactivenetwork.library
ReactiveNetwork is an Android library listening network connection state and change of the WiFi signal strength with RxJava Observables.
ReactiveNetwork() - Constructor for class com.github.pwittchen.reactivenetwork.library.ReactiveNetwork
 

T

toString() - Method in enum com.github.pwittchen.reactivenetwork.library.ConnectivityStatus
 

V

valueOf(String) - Static method in enum com.github.pwittchen.reactivenetwork.library.ConnectivityStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.pwittchen.reactivenetwork.library.ConnectivityStatus
Returns an array containing the constants of this enum type, in the order they are declared.
C E I O R T V 
Skip navigation links