| Interface | Description |
|---|---|
| NetworkEventProvider |
An interface that NetworkUtil can implement if it supports a callback method when network state is changed
This is not mandatory but highly suggested so that
JobManager can avoid
busy loops when there is a job waiting for network and there is no network available |
| NetworkEventProvider.Listener | |
| NetworkUtil |
Interface which you can implement if you want to provide a custom Network callback.
|
| Class | Description |
|---|---|
| NetworkUtilImpl |
default implementation for network Utility to observe network events
|
| Annotation Type | Description |
|---|---|
| NetworkUtil.NetworkStatus |
Order of these constant values matter as they are relied upon to be incrementing in terms
of availability.
|