Click or drag to resize

SyncEngine Class

Inheritance Hierarchy
SystemObject
  Unvired.Kernel.SyncSyncEngine

Namespace:  Unvired.Kernel.Sync
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class SyncEngine

The SyncEngine type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberInstance
Get SyncEngine singleton instance
Public propertyRegisteredCordovaNotificationListener
Public propertyRegisteredCustomDataHandler
Registers a custom data handler for callback. For asynchronous incoming data to the mobile device a custom data handler can be used to interrupt and handle data in the application layer. The synchronization layer calls back the registered custom data handler to provide the incoming data fromm the server.
Public propertyRegisteredNotificationListener
Registers a notification listener. Notification listener informs the application via call back about important events like the arrival of new data, push notifications, errors, exceptions, etc.
Public propertyRegisteredSettingsNotificationListener
Public propertyRegisteredSyncConflictHandler
Get registed sync conflict handler if any registered by application
Top
Methods
See Also