finishEditing

suspend fun finishEditing(): Result<Unit>

Saves edits made using the FeatureForm to the database. Commits changes to the com.arcgismaps.data.ArcGISFeature and its attachments to the database. Note that calling com.arcgismaps.data.FeatureTable.updateFeature 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