Click or drag to resize

SyncEngineRegisteredCustomDataHandler Property

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.

Namespace:  Unvired.Kernel.Sync
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ICustomDataHandler RegisteredCustomDataHandler { get; set; }

Property Value

Type: ICustomDataHandler
See Also