PreviewImageOptions

Options passed to Titanium.Media.previewImage.

  • 0.8

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

Defined By

Properties

PreviewImageOptions
: Callback<PreviewImageError>
Function called back if the preview fails. ...

Function called back if the preview fails. Check the message property of passed back parameter.

PreviewImageOptions
: Titanium.Blob
The image to preview. ...

The image to preview. Must be a blob based on a file, such as from Titanium.Filesystem.File.read.

PreviewImageOptions
: Callback<Object>
Function to be called back if the preview succeeds. ...

Function to be called back if the preview succeeds. No info is passed.