NewsstandDownloadAssetProps

A dictionary of properties to pass to the method

  • 1.0.0
  • 1.0.0

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

NewsstandDownloadAssetProps
: String
The name of the file to be downloaded. ...

The name of the file to be downloaded. If no name is specified here, the filename will be the last component of the url. (optional)

NewsstandDownloadAssetProps
url : String

Location of the asset to be downloaded

Location of the asset to be downloaded

NewsstandDownloadAssetProps
: Dictionary
A dictionary of properties that can be passed through with the request to the event listeners. ...

A dictionary of properties that can be passed through with the request to the event listeners. (optional)

Warning: Do not include anything more than simple key value pairs. Including Titanium objects in userInfo will cause errors.