Delegate FlexibleSyncConfiguration.InitialSubscriptionsDelegate
A delegate invoked when a flexible sync Realm is first opened.
Namespace: Realms.Sync
Assembly: Realm.dll
Syntax
public delegate void FlexibleSyncConfiguration.InitialSubscriptionsDelegate(Realm realm)
Parameters
Type | Name | Description |
---|---|---|
Realm | realm | The realm that has just been opened. |