ICordovaNotificationListenerNotifyAttachmentDownloadFailure 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 NotifyAttachmentDownloadFailure(
string attachmentItem,
string errorMessage
)
Sub NotifyAttachmentDownloadFailure (
attachmentItem As String,
errorMessage As String
)
void NotifyAttachmentDownloadFailure(
[InAttribute] String^ attachmentItem,
[InAttribute] String^ errorMessage
)
abstract NotifyAttachmentDownloadFailure :
attachmentItem : string *
errorMessage : string -> unit
Parameters
- attachmentItem
- Type: SystemString
- errorMessage
- Type: SystemString
See Also