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