showAttachmentFromCache_CONT( uniqueKey, mimeType, fileName, waitDialogCallbackString ) method

Shows the given file contents in a content-appropriate way.

The type of the content is supplied by either the MIME type or the filename, at least one of which must be supplied. The content itself will be a unique key supplied earlier to a call to doAttachmentDownload.

Syntax

<static> showAttachmentFromCache_CONT( uniqueKey, mimeType, fileName, waitDialogCallbackString )

Parameters

Name Type Description
uniqueKey string The unique key for the attachment.
mimeType string The MIME type of the file.
fileName string The name of the file.
waitDialogCallbackString string string with the value for the 'callback=' parameter.

Source

hwc-comms.js, line 1106.