SyncEngineRegisteredCordovaNotificationListener Property |
Namespace:
Unvired.Kernel.Sync
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ICordovaNotificationListener RegisteredCordovaNotificationListener { get; set; }Public Property RegisteredCordovaNotificationListener As ICordovaNotificationListener
Get
Set
public:
property ICordovaNotificationListener^ RegisteredCordovaNotificationListener {
ICordovaNotificationListener^ get ();
void set (ICordovaNotificationListener^ value);
}member RegisteredCordovaNotificationListener : ICordovaNotificationListener with get, set
Property Value
Type:
ICordovaNotificationListener
See Also