Package zendesk.core
Interface NetworkAware
-
public interface NetworkAwareInterface 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 voidonNetworkAvailable()Called when network connectivity is availablevoidonNetworkUnavailable()Called when network connectivity is unavailable.
-