ArcGIS Runtime SDK for iOS: <AGSNetworkActivityDelegate> Protocol Reference
ArcGIS Runtime SDK for iOS  100.15
<AGSNetworkActivityDelegate> Protocol Reference

Description

A delegate that is informed about network usage by the ArcGIS Runtime.

Instances of conforming types can be notified when the ArcGIS Runtime is actively using the network.

See also
AGSApplication (AGSAdditions)
Since
100

Instance Methods

(void) - networkActivityEnded
 
(void) - networkActivityInProgress
 

Method Documentation

◆ networkActivityEnded

- (void) networkActivityEnded
required

Indicates that the ArcGIS Runtime has stopped using the network.

Since
100

◆ networkActivityInProgress

- (void) networkActivityInProgress
required

Indicates that the ArcGIS Runtime has started using the network.

Since
100