Enum KmlRefreshStatus
The list of KML refresh status event types.
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum KmlRefreshStatusFields
| Name | Description | 
|---|---|
| Completed | The KML node refresh ends; therefore, the node properties and its children can be read and updated. | 
| Failed | The KML node refresh fail; therefore, RefreshError is set with the reason for failure. Application may show this error message, an appropriate UI cue, such as a red X with the node's TOC icon. to indicate failed status. | 
| InProgress | The KML node refresh starts; therefore, invalidates the node and its children. Application may show an appropriate UI cue, such as a spinning wheel on top of the node's TOC icon, to indicate in progress status and to restrict user interaction with the node. | 
| None | The KML node has no refresh status; therefore, no action is required. | 
Applies to
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 100.4 - 200.8 | 
| .NET | 100.13 - 200.8 | 
| .NET Windows | 100.13 - 200.8 | 
| .NET Android | 200.0 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.4 - 200.8 | 
| Xamarin.Android | 100.4 - 100.15 | 
| Xamarin.iOS | 100.4 - 100.15 | 
| UWP | 100.4 - 200.8 |