Skip to content

Titanium.Media.CameraMediaMultipleItemsType

A media object from photo gallery when Titanium.Media.allowMultiple is true.

Extends: SuccessResponse

Properties #

code#

extended

Type: Number

Error code. Returns 0.

Error code will be 0.

error#

extended

Type: String

Error message, if any returned.

Will be undefined.

images#

Type: Array<CameraMediaItemType>

The list of selected images.

livePhotos#

Type: Array<Titanium.UI.iOS.LivePhoto>

The list of selected live photo objects.

success#

extended

Type: Boolean

Indicates if the operation succeeded. Returns true.

Returns true.

videos#

Type: Array<CameraMediaItemType>

The list of selected videos.

Titanium SDK Documentation