Namespace Realms.Server
Classes
Notifier
A factory class, used for creating INotifier instances.
NotifierConfiguration
A Notifier configuration specifying various settings that affect the Notifier's behavior.
RegexNotificationHandler
A INotificationHandler implementation that handles Realm changes based on a Regex.
Interfaces
IChangeDetails
An object containing information about the change that occurred to a Realm.
IChangeSetDetails
An object containing information about the insertions, deletions, and modifications performed on a single collection of a certain object type.
IModificationDetails
An object that contains information about the change that occurred on a single object.
INotificationHandler
An interface for all notification handlers. Implement it and pass an instance of the implementation to Handlers to be notified when a Realm changes.
INotifier
An notifier instance that observes Realms and invokes handlers with change details. It can be obtained by calling StartAsync(NotifierConfiguration).