Skip to content

Titanium.Media.MusicLibraryResponseType

Simple object passed to the openMusicLibrarysuccess callback function.

Properties #

items#

Type: Array<Titanium.Media.Item>

A list of all the items chosen by the user.

representative#

Type: Titanium.Media.Item

A single representative of the selected items.

types#

Type: Number

Media types in this collection, represented as the bitwise OR of the media type
values for all media types represented in items.

Titanium SDK Documentation