C# (CSharp) Realms.Sync Namespace

Nested Namespaces

Realms.Sync.Exceptions
Realms.Sync.Native

Classes

Name Description
Credentials A class, representing the credentials used for authenticating a User.
Credentials.Keys
Credentials.Providers
PermissionChange
PermissionOffer
PermissionOfferResponse
RealmSyncExtensions
Session An object encapsulating a Realm Object Server session. Sessions represent the communication between the client (and a local Realm file on disk), and the server (and a remote Realm at a given URL stored on a Realm Object Server). Sessions are always created by the SDK and vended out through various APIs. The lifespans of sessions associated with Realms are managed automatically.
SharedRealmHandleExtensions
SharedRealmHandleExtensions.NativeMethods
SyncConfiguration A SyncConfiguration is used to setup a Realm that can be synchronized between devices using the Realm Object Server. A valid User is required to create a SyncConfiguration.
SyncUserHandle
SyncUserHandle.NativeMethods
UserPermissionsExtensions