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