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)
Syntaxpublic INotificationListener RegisteredNotificationListener { get; set; }Public Property RegisteredNotificationListener As INotificationListener
Get
Set
public:
property INotificationListener^ RegisteredNotificationListener {
INotificationListener^ get ();
void set (INotificationListener^ value);
}member RegisteredNotificationListener : INotificationListener with get, set
Property Value
Type:
INotificationListener
See Also