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

Description

A delegate of AGSPopupManager.

A protocol that must be adopted by any class wishing to be notified when AGSPopupManager detects changes in the popup's state or validity. An instance of the class must then be set as AGSPopupManager::delegate .

Since
100

Instance Methods

(void) - popupManager:featureTypeDidChange:
 
(void) - popupManager:validityDidChange:
 
(nullable AGSSketchEditor *) - sketchEditorForPopupManager:
 

Method Documentation

◆ popupManager:featureTypeDidChange:

- (void) popupManager: (AGSPopupManager *)  popupManager
featureTypeDidChange: (nullable AGSFeatureType *)  featureType 
optional

Method that will get called when a new feature type is set.

Since
100

◆ popupManager:validityDidChange:

- (void) popupManager: (AGSPopupManager *)  popupManager
validityDidChange: (BOOL)  geoElementValid 
optional

Method that will get called when the valid editing state of the geoelement changes.

Since
100

◆ sketchEditorForPopupManager:

- (nullable AGSSketchEditor*) sketchEditorForPopupManager: (AGSPopupManager *)  popupManager
optional

Method that will get called when a new sketch editor is needed.

Since
100