ArcGIS Runtime SDK for iOS
100.15
|
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
.
Instance Methods | |
(void) | - popupManager:featureTypeDidChange: |
(void) | - popupManager:validityDidChange: |
(nullable AGSSketchEditor *) | - sketchEditorForPopupManager: |
|
optional |
Method that will get called when a new feature type is set.
|
optional |
Method that will get called when the valid editing state of the geoelement changes.
|
optional |
Method that will get called when a new sketch editor is needed.