Skip to content

Titanium.UI.DataCreationResult

The parameter passed to the Titanium.UI.WebView.createPDF or Titanium.UI.WebView.createWebArchivecallback.

Since: 9.2.0 · Platforms: iphone, ipad

Properties #

data#

Type: Titanium.Blob

The created data.

error#

Type: String

Error message, if any returned.

May be undefined.

success#

Type: Boolean

Indicates if the data creation successful or not.

Returns true on successful creation, otherwise false.

Titanium SDK Documentation