Package zendesk.core
Interface NetworkAware
-
public interface NetworkAware
Interface to indicate that an implementer is aware of changes to network state
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
onNetworkAvailable()
Called when network connectivity is availablevoid
onNetworkUnavailable()
Called when network connectivity is unavailable.
-