# MusicLibraryResponseType

Simple object passed to the openMusicLibrary success callback function.

Availability
0.8
0.8
9.2.0
Extends
Object

NOTE

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

# Properties

# items

Availability
0.8
0.8
9.2.0
items :Array<Titanium.Media.Item>

A list of all the items chosen by the user.


# representative

Availability
0.8
0.8
9.2.0
representative :Titanium.Media.Item

A single representative of the selected items.


# types

Availability
0.8
0.8
9.2.0
types :Number

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