Skip to content

Titanium.UI.SnapshotResult

The parameter passed to the Titanium.UI.WebView.takeSnapshot callback.

Since: 8.0.0, 8.0.0, 9.2.0 · Platforms: iphone, ipad, macos

Properties #

error#

Type: String

Error message, if any returned.

May be undefined.

snapshot#

Type: Titanium.Blob

The snapshot image.

success#

Type: Boolean

Indicates if the snapshot taken.

Returns true on successful snapshot captured, otherwise false.

Titanium SDK Documentation