Package com.zendesk.sdk.network
Interface NetworkAware
-
- All Known Implementing Classes:
- ContactZendeskActivity, NetworkAwareActionbarActivity, RequestActivity, RequestListFragment, ViewArticleActivity, ViewRequestActivity
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.
-