public static interface PermissionManager.OffersCallback
PermissionOffer
's created by the user.Modifier and Type | Method and Description |
---|---|
void |
onSuccess(RealmResults<PermissionOffer> offers)
Called when all known offers are successfully loaded.
|
void onSuccess(RealmResults<PermissionOffer> offers)
These offers will continue to synchronize with the server in the background. Register a
RealmChangeListener
to be notified about any further changes.
offers
- The set of currently known offers.