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