Click or drag to resize

SyncEngineRegisteredNotificationListener Property

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.

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

Property Value

Type: INotificationListener
See Also