# CameraMediaMultipleItemsType

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

Availability
0.8
0.8
9.2.0

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# code

Availability
0.8
0.8
9.2.0
code :Number

Error code. Returns 0.

Error code will be 0.


# error

Availability
0.8
0.8
9.2.0
error :String

Error message, if any returned.

Will be undefined.


# images

Availability
0.8
0.8
9.2.0
images :Array<CameraMediaItemType>

The list of selected images.


# livePhotos

Availability
0.8
livePhotos :Array<Titanium.UI.iOS.LivePhoto>

The list of selected live photo objects.


# success

Availability
0.8
0.8
9.2.0
success :Boolean

Indicates if the operation succeeded. Returns true.

Returns true.


# videos

Availability
0.8
0.8
9.2.0
videos :Array<CameraMediaItemType>

The list of selected videos.