ICordovaNotificationListenerNotifyDataChange Method |
Namespace:
Unvired.Common.WinRT.Interface
Assembly:
Unvired.Common.WinRT.Interface (in Unvired.Common.WinRT.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid NotifyDataChange(
string dataStructureListFromDataNotifications
)
Sub NotifyDataChange (
dataStructureListFromDataNotifications As String
)
void NotifyDataChange(
[InAttribute] String^ dataStructureListFromDataNotifications
)
abstract NotifyDataChange :
dataStructureListFromDataNotifications : string -> unit
Parameters
- dataStructureListFromDataNotifications
- Type: SystemString
See Also