ICordovaNotificationListenerNotifyDataSent 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 NotifyDataSent(
string dataStructureForOutObject
)
Sub NotifyDataSent (
dataStructureForOutObject As String
)
void NotifyDataSent(
[InAttribute] String^ dataStructureForOutObject
)
abstract NotifyDataSent :
dataStructureForOutObject : string -> unit
Parameters
- dataStructureForOutObject
- Type: SystemString
See Also