connecteo library

Connecteo is a library that allows you to check the internet connection and track changes in the connection status.

Classes

ConnectionChecker
The class is responsbile for checking and monitoring the actual internet connection by wrapping the Connectivity class and adding some extra checks.
ConnectionEntry
A representation of connection entry, which type can be either ConnectionEntryType.ip or ConnectionEntryType.url.
HostReachabilityChecker
A class for custom implementation how the desired hosts are reached.

Enums

ConnectionEntryType
A type of connection entry
ConnectionType
A representation of data connection type with simple onlineType information which help us to asses how we should treat the connection type.