HUBConnectivityStateResolverObserver
@protocol HUBConnectivityStateResolverObserver <NSObject>
Protocol used to observe a connectivity state resolver for changes in connectivity state
-
Notifiy an observer that the application’s connectivity state changed
A connectivity state resolver should send this to all of its observers once it detected a change in connectivity state. The Hub Framework will react to this, and reschedule a reload of any visible view’s content.
Declaration
Objective-C
- (void)connectivityStateResolverStateDidChange: (nonnull id<HUBConnectivityStateResolver>)resolver;
Parameters
resolver
The resolver that detected the change