Interface SubscriptionSet.UpdateCallback
Atlas Device SDKs are deprecated. Refer to the deprecation page for details.
io.realm.mongodb.sync
Enclosing class:
Interface used when modifying a subscription set. See update(UpdateCallback) and updateAsync(UpdateAsyncCallback).
Method Summary
Modifier and Type | Method and Description |
---|---|
public void | Updates the current subscription set by passing in a version of it that can be modified. |
Method Detail
update
Updates the current subscription set by passing in a version of it that can be modified. If an exception is throwing during the update, all changes will be rolled back. Parameters
|