applyEdits

suspend fun applyEdits(): Result<List<FeatureTableEditResult>>

Applies all local edits in all tables to the service. Edits in all tables are applied to the feature service in a call, which is more efficient than doing so one ServiceFeatureTable at a time.

Return

A Result that returns a ListImpl containing FeatureTableEditResult.

See also