Docs Menu

Docs HomeDevelop ApplicationsAtlas Device SDK

Interface SubscriptionSet.UpdateAsyncCallback

On this page

  • io.realm.mongodb.sync
  • Method Summary
  • Inherited Methods
  • Method Detail
  • onError
  • onSuccess

Implemented interfaces:

Enclosing class:

SubscriptionSet

Callback used when asynchronously updating a subscription set. If an exception is throwing during the update, all changes will be rolled back and the exception will be reported in onError() .

Modifier and Type
Method and Description
public void
Throwable exception
)
public void
SubscriptionSet subscriptions
)
public void onError (
Throwable exception
)
public void onSuccess (
SubscriptionSet subscriptions
)
←  Interface SubscriptionSet.StateChangeCallbackInterface SubscriptionSet.UpdateCallback →