public interface NetworkObservingStrategy
| Modifier and Type | Method and Description |
|---|---|
<any> |
observeNetworkConnectivity(android.content.Context context)
Observes network connectivity
|
void |
onError(java.lang.String message,
java.lang.Exception exception)
Handles errors, which occurred during observing network connectivity
|
<any> observeNetworkConnectivity(android.content.Context context)
context - of the Activity or an Applicationvoid onError(java.lang.String message,
java.lang.Exception exception)
message - to be processedexception - which was thrown