finishEditing

suspend fun finishEditing(): Result<Unit>

Saves edits made using the FeatureForm to the database. Commits changes to the ArcGISFeature and its attachments to the database. Note that calling FeatureTable.updateFeature(Feature) manually is not required.

After calling this method, the FeatureForm should be dismissed and destroyed.

Return

The task object representing the save operation.

Since

200.5.0