Titanium.App.iOS.SearchableItemAttributeSet
> Titanium.App.iOS.SearchableItemAttributeSet

The SearchableItemAttributeSet module defines metadata properties for SearchItem and UserActivity objects.

Requires: iOS 9.0 and later

The SearchableItemAttributeSet object provides a large number of properties covering most common scenarios such as files, music, video, and document searches. To effectively add and remove information from the iOS search index you will need to use the below listed modules:

To use this feature make sure you have a compatible device running iOS 9 or later.

To create a SearchableItemAttributeSet object, use the Titanium.App.iOS.createSearchableItemAttributeSet method. Pass a dictionary of metadata properties to the method to associate with a SearchableItem object or UserActivity. At minimum, you must set the itemContentType property.

Pass the SearchableItemAttributeSet object to either the Titanium.App.iOS.createSearchableItem method to the attributeSet key or to a UserActivity object's addContentAttributeSet() method.

Examples

Add Searchable Content to the On-Device Index

The following example demonstrates how to create a new Ti.App.iOS.SearchableItem and add a Ti.App.iOS.SearchableItemAttributeSet. The Ti.App.iOS.SearchableItem is then passed to the Ti.App.iOS.SearchableIndex object to add it to the on-device search index.

app.js

var searchItems = [];
var itemAttr = Ti.App.iOS.createSearchableItemAttributeSet({
    itemContentType: Ti.App.iOS.UTTYPE_IMAGE,
    title:"Titanium Core Spotlight Tutorial"
});

itemAttr.contentDescription ="Tech Example \nOn: " + String.formatDate(new Date(),"short");
itemAttr.keywords =["Mobile","Appcelerator","Titanium"];

var item = Ti.App.iOS.createSearchableItem({
    uniqueIdentifier:"my-id",
    domainIdentifier:"com.mydomain",
    attributeSet:itemAttr
});
searchItems.push(item);

var indexer = Ti.App.iOS.createSearchableIndex();

indexer.addToDefaultSearchableIndex(searchItems,function(e){
    if(e.success){
        alert("Press the home button and now search for your keywords");
    }else{
        alert("Errored: " + JSON.stringify(e.error));
    }
});
  • 5.0.0
  • 5.0.0
Defined By

Properties

Titanium.App.iOS.SearchableItemAttributeSet
: String
The date that the item was moved into the current location. ...

The date that the item was moved into the current location.

Requires: iOS 9.0 and later

The date will be a string in the following format: "yyyy-MM-dd'T'HH:mm:ss.SSS'+0000'" For example, 2015-12-25T23:30:55.978+0000

Titanium.App.iOS.SearchableItemAttributeSet
: String
The title for a collection of media. ...

The title for a collection of media.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String[]
An array of localized strings of alternate display names for this item. ...

An array of localized strings of alternate display names for this item.

Requires: iOS 9.0 and later

apiName : Stringreadonly

The name of the API that this proxy corresponds to.

The name of the API that this proxy corresponds to.

The value of this property is the fully qualified name of the API. For example, Button returns Ti.UI.Button.

  • 3.2.0
  • 3.2.0
  • 3.2.0
Titanium.App.iOS.SearchableItemAttributeSet
: String
The artist for the media. ...

The artist for the media.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String[]
A class of entity for whom the resource is intended or useful. ...

A class of entity for whom the resource is intended or useful.

Requires: iOS 9.0 and later

A class of entity may be determined by the creator, publisher or third party.

Titanium.App.iOS.SearchableItemAttributeSet
: Number
The audio bit rate. ...

The audio bit rate.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: Number
The number of channels in the audio data contained in the file. ...

The number of channels in the audio data contained in the file.

Requires: iOS 9.0 and later

This item only represents the number of discreet channels of audio data found in the file. It does not indicate any configuration of the data in regards to a user's speaker setup.

Titanium.App.iOS.SearchableItemAttributeSet
: String
The name of the application that encoded the data contained in the audio file. ...

The name of the application that encoded the data contained in the audio file.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: Number
The sample rate of the audio data contained in the file. ...

The sample rate of the audio data contained in the file.

Requires: iOS 9.0 and later

The sample rate is a float value representing Hertz (audio_frames/second), for example, 44100.0 or 22254.54.

Titanium.App.iOS.SearchableItemAttributeSet
: Number
The track number of a song/composition when it is part of an album. ...

The track number of a song/composition when it is part of an album.

Requires: iOS 9.0 and later

Indicates if the proxy will bubble an event to its parent. ...

Indicates if the proxy will bubble an event to its parent.

Some proxies (most commonly views) have a relationship to other proxies, often established by the add() method. For example, for a button added to a window, a click event on the button would bubble up to the window. Other common parents are table sections to their rows, table views to their sections, and scrollable views to their views. Set this property to false to disable the bubbling to the proxy's parent.

Default: true

  • 3.0.0
  • 3.0.0
  • 3.0.0
Titanium.App.iOS.SearchableItemAttributeSet
: String[]
The codecs used to encode/decode the media. ...

The codecs used to encode/decode the media.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
Comment related to a file. ...

Comment related to a file.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
The composer of the song/composition contained in the audio file. ...

The composer of the song/composition contained in the audio file.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String[]
A list of contacts that are somehow associated with this document beyond what is captured as Author. ...

A list of contacts that are somehow associated with this document beyond what is captured as Author.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
containerDisplayName : String

Display of the search container

Requires: iOS 9.0 and later

Display of the search container

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
containerIdentifier : String

Identifier for the search container

Requires: iOS 9.0 and later

Identifier for the search container

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: Number
Order the search container is displayed. ...

Order the search container is displayed.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
containerTitle : String

Title displayed in the search container

Requires: iOS 9.0 and later

Title displayed in the search container

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
The date that the contents of the item were created. ...

The date that the contents of the item were created.

Requires: iOS 9.0 and later

The date will be a string in the following format: "yyyy-MM-dd'T'HH:mm:ss.SSS'+0000'" For example, 2015-12-25T23:30:55.978+0000

Titanium.App.iOS.SearchableItemAttributeSet
: String
An account of the content of the resource. ...

An account of the content of the resource.

Requires: iOS 9.0 and later

Description may include but is not limited to: an abstract, table of contents, reference to a graphical representation of content or a free-text account of the content.

Titanium.App.iOS.SearchableItemAttributeSet
: String
The date that the contents of the item were last modified. ...

The date that the contents of the item were last modified.

Requires: iOS 9.0 and later

The date will be a string in the following format: "yyyy-MM-dd'T'HH:mm:ss.SSS'+0000'" For example, 2015-12-25T23:30:55.978+0000

Titanium.App.iOS.SearchableItemAttributeSet
: Number
Whether or not the item has explicit content. ...

Whether or not the item has explicit content. Set to 1 for explicit or 0 for clean.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String[]
Used to indicate where the item was obtained from. ...

Used to indicate where the item was obtained from.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: StringCreation-Only
UTI Type pedigree for an item. ...

UTI Type pedigree for an item.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String[]
Array of strings related to the content tree of the item. ...

Array of strings related to the content tree of the item.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
File URL representing the content to be indexed. ...

File URL representing the content to be indexed.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String[]
Used to designate the entity responsible for making contributions to the content of the resource. ...

Used to designate the entity responsible for making contributions to the content of the resource.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String[]
Used to designate the extent or scope of the content of the resource. ...

Used to designate the extent or scope of the content of the resource.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
Application used to create the document content (e.g. ...

Application used to create the document content (e.g. "Word","Framemaker", etc.).

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: Number
The delivery type of the item. ...

The delivery type of the item. Set to 0 for fast start and 1 for RTSP.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
Director of the item, for example, the movie director. ...

Director of the item, for example, the movie director.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
A localized string to be displayed in the UI for this item. ...

A localized string to be displayed in the UI for this item.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
The date that the file was last downloaded / received. ...

The date that the file was last downloaded / received.

Requires: iOS 9.0 and later

The date will be a string in the following format: "yyyy-MM-dd'T'HH:mm:ss.SSS'+0000'" For example, 2015-12-25T23:30:55.978+0000

Titanium.App.iOS.SearchableItemAttributeSet
: Number
Duration in seconds of the content of the item (if appropriate). ...

Duration in seconds of the content of the item (if appropriate).

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String[]
The list of editor/editors that have worked on this item. ...

The list of editor/editors that have worked on this item.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String[]
Software used to convert the original content into a PDF stream. ...

Software used to convert the original content into a PDF stream.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: Number
Size of the document in MB. ...

Size of the document in MB.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String[]
Array of font names used in the item. ...

Array of font names used in the item.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
The fully formatted address of the item (obtained from MapKit). ...

The fully formatted address of the item (obtained from MapKit).

Requires: iOS 10.0 and later

  • 6.0.0
  • 6.0.0
Titanium.App.iOS.SearchableItemAttributeSet
: Number
Used to indicates whether the MIDI sequence contained in the file is setup for use with a General MIDI device. ...

Used to indicates whether the MIDI sequence contained in the file is setup for use with a General MIDI device.

Requires: iOS 9.0 and later

Should be 1 if true and 0 otherwise.

Titanium.App.iOS.SearchableItemAttributeSet
: String
Genre of the item, for example, movie genre. ...

Genre of the item, for example, movie genre.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
Used to reference to the resource within a given context. ...

Used to reference to the resource within a given context.

Requires: iOS 9.0 and later

Recommended best practice is to identify the resource by means of a string or number conforming to a formal identification system.

Titanium.App.iOS.SearchableItemAttributeSet
: String
Information about the item. ...

Information about the item.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
The musical key of the song/composition contained in an audio file. ...

The musical key of the song/composition contained in an audio file.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String[]
Represents keywords associated with this particular item. ...

Represents keywords associated with this particular item. Example keywords might be Birthday etc.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
Kind that the item represents. ...

Kind that the item represents.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String[]
Used to designate the languages of the intellectual content of the resource. ...

Used to designate the languages of the intellectual content of the resource.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
The date that the item was last used. ...

The date that the item was last used.

Requires: iOS 9.0 and later

The date will be a string in the following format: "yyyy-MM-dd'T'HH:mm:ss.SSS'+0000'" For example, 2015-12-25T23:30:55.978+0000

The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.

The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.

If this property is set to a Window or TabGroup, then the corresponding Activity lifecycle event callbacks will also be called on the proxy. Proxies that require the activity lifecycle will need this property set to the appropriate containing Window or TabGroup.

  • 3.6.0
Titanium.App.iOS.SearchableItemAttributeSet
: Number
Whether or not the item is local. ...

Whether or not the item is local. Set to 1 if true and 0 otherwise.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
The lyricist/text writer for song/composition contained in the audio file. ...

The lyricist/text writer for song/composition contained in the audio file.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String[]
Media types present in the content. ...

Media types present in the content.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
The date that the last metadata attribute was changed. ...

The date that the last metadata attribute was changed.

Requires: iOS 9.0 and later

The date will be a string in the following format: "yyyy-MM-dd'T'HH:mm:ss.SSS'+0000'" For example, 2015-12-25T23:30:55.978+0000

Titanium.App.iOS.SearchableItemAttributeSet
: String
The musical genre of the song/composition contained in the audio file. ...

The musical genre of the song/composition contained in the audio file.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
Metadata attribute that stores the category of instrument. ...

Metadata attribute that stores the category of instrument.

Requires: iOS 9.0 and later

Files should have an instrument associated with them ("Other Instrument" is provided as a catch-all). For some categories, like "Keyboards" there are instrument names which provide a more detailed instrument definition, for example, Piano, Organ, etc.

Titanium.App.iOS.SearchableItemAttributeSet
: String
Metadata attribute that stores the name of instrument. ...

Metadata attribute that stores the name of instrument.

Requires: iOS 9.0 and later

Relative to the instrument category. Files can have an instrument name associated with them if they have certain instrument categories, for example, the category Percussion has multiple instruments, including Conga and Bongo.

Titanium.App.iOS.SearchableItemAttributeSet
: String[]
Used to indicate company/Organization that created the document. ...

Used to indicate company/Organization that created the document.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
Original format of the movie. ...

Original format of the movie.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
Original source of the movie. ...

Original source of the movie.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: Number
Number of pages in the item. ...

Number of pages in the item.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: Number
Height in points (72 points per inch) of the document page. ...

Height in points (72 points per inch) of the document page.

Requires: iOS 9.0 and later

First page only for PDF's - other pages within the PDF may not be the same height.

Titanium.App.iOS.SearchableItemAttributeSet
: Number
Width in points (72 points per inch) of the document page. ...

Width in points (72 points per inch) of the document page.

Requires: iOS 9.0 and later

First page only for PDF's - other pages within the PDF may not be the same width.

Titanium.App.iOS.SearchableItemAttributeSet
: String[]
The list of people who are visible in an image or movie or written about in a document. ...

The list of people who are visible in an image or movie or written about in a document.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
The complete path to the item. ...

The complete path to the item.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String[]
Performers in the movie. ...

Performers in the movie.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: Number
User play count of this item. ...

User play count of this item.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
The postal code for the item according to guidelines established by the provider. ...

The postal code for the item according to guidelines established by the provider.

Requires: iOS 10.0 and later

  • 6.0.0
  • 6.0.0
Titanium.App.iOS.SearchableItemAttributeSet
: String
Producer of the content. ...

Producer of the content.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String[]
The list of projects that this item is part of. ...

The list of projects that this item is part of.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String[]
Used to designate the entity responsible for making the resource available. ...

Used to designate the entity responsible for making the resource available.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: Number
User rating of this item out of 5 stars. ...

User rating of this item out of 5 stars.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
A description of the rating, for example, the number of reviewers. ...

A description of the rating, for example, the number of reviewers.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
The recording date of the song/composition. ...

The recording date of the song/composition.

Requires: iOS 9.0 and later

This information differs from the contentCreationDate attribute as it indicates the date that the 'art' was created, in contrast to contentCreationDate which for example, could indicate the creation date of an edited or 'mastered' version of the original art.

The date will be a string in the following format: "yyyy-MM-dd'T'HH:mm:ss.SSS'+0000'" For example, 2015-12-25T23:30:55.978+0000

Titanium.App.iOS.SearchableItemAttributeSet
: String
For activities this is the unique identifier for the item this activity is related to. ...

For activities this is the unique identifier for the item this activity is related to.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String[]
Used to provide a link to information about rights held in and over resource. ...

Used to provide a link to information about rights held in and over resource.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
Used to indicate the role of the document creator. ...

Used to indicate the role of the document creator.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
Security (encryption) method used in the file. ...

Security (encryption) method used in the file.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: Number
Whether the content is prepared for streaming. ...

Whether the content is prepared for streaming. Set to 0 for not streamable and 1 for streamable.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
The sub-location (e.g., street number) for the item according to guidelines established by the provider. ...

The sub-location (e.g., street number) for the item according to guidelines established by the provider.

Requires: iOS 10.0 and later

  • 6.0.0
  • 6.0.0
Titanium.App.iOS.SearchableItemAttributeSet
: String
Subject of the the item. ...

Subject of the the item.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: Number
Used to determine if navigation is supported. ...

Used to determine if navigation is supported.

Requires: iOS 9.0 and later

If supportsNavigation is set to 1, and the item has the latitude and longitude properties set, then the latitude and longitude may be used for navigation. For example, supportsNavigation would be set on a restaurant review, but not on a photo.

Titanium.App.iOS.SearchableItemAttributeSet
: Number
Used to indicate that using the phone number is appropriate. ...

Used to indicate that using the phone number is appropriate.

Requires: iOS 9.0 and later

If supportsPhoneCall is 1 and the item has the phoneNumbers property set, then the phone number may be used to initiate phone calls. This should be used to indicate that using the phone number is appropriate, and a primary action for the user. For example, supportsPhoneCall would be set on a business, but not an academic paper that happens to have phone numbers for the authors or the institution.

Titanium.App.iOS.SearchableItemAttributeSet
: Number
The tempo of the music contained in the audio file in Beats Per Minute. ...

The tempo of the music contained in the audio file in Beats Per Minute.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
Theme of the the item. ...

Theme of the the item.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
The location (e.g., street name) for the item according to guidelines established by the provider. ...

The location (e.g., street name) for the item according to guidelines established by the provider.

Requires: iOS 10.0 and later

  • 6.0.0
  • 6.0.0
Titanium.App.iOS.SearchableItemAttributeSet
: String/Titanium.Blob
Image data for thumbnail for this item. ...

Image data for thumbnail for this item.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
File URL pointing to a thumbnail image for this item. ...

File URL pointing to a thumbnail image for this item.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
The time signature of the musical composition contained in the audio/MIDI file. ...

The time signature of the musical composition contained in the audio/MIDI file.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
The title of the particular item. ...

The title of the particular item.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: Number
The total bit rate (audio and video combined) of the media. ...

The total bit rate (audio and video combined) of the media.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
URL of the item. ...

URL of the item.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: String
A version specifier for this item. ...

A version specifier for this item.

Requires: iOS 9.0 and later

Titanium.App.iOS.SearchableItemAttributeSet
: Number
The video bit rate. ...

The video bit rate.

Requires: iOS 9.0 and later

Defined By

Methods

Adds the specified callback as an event listener for the named event. ...

Adds the specified callback as an event listener for the named event.

Parameters

  • name : String

    Name of the event.

  • callback : Callback<Object>

    Callback function to invoke when the event is fired.

Returns

  • void
Applies the properties to the proxy. ...

Applies the properties to the proxy.

Properties are supplied as a dictionary. Each key-value pair in the object is applied to the proxy such that myproxy[key] = value.

  • 3.0.0
  • 3.0.0
  • 3.0.0

Parameters

  • props : Dictionary

    A dictionary of properties to apply.

Returns

  • void
Fires a synthesized event to any registered listeners. ...

Fires a synthesized event to any registered listeners.

Parameters

  • name : String

    Name of the event.

  • event : Dictionary

    A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the addedDate property. ...

Gets the value of the addedDate property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the album property. ...

Gets the value of the album property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String[]
Gets the value of the alternateNames property. ...

Gets the value of the alternateNames property.

Returns

  • String[]
Gets the value of the apiName property. ...

Gets the value of the apiName property.

  • 3.2.0
  • 3.2.0
  • 3.2.0

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the artist property. ...

Gets the value of the artist property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String[]
Gets the value of the audiences property. ...

Gets the value of the audiences property.

Returns

  • String[]
Titanium.App.iOS.SearchableItemAttributeSet
( ) : Number
Gets the value of the audioBitRate property. ...

Gets the value of the audioBitRate property.

Returns

  • Number
Titanium.App.iOS.SearchableItemAttributeSet
( ) : Number
Gets the value of the audioChannelCount property. ...

Gets the value of the audioChannelCount property.

Returns

  • Number
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the audioEncodingApplication property. ...

Gets the value of the audioEncodingApplication property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : Number
Gets the value of the audioSampleRate property. ...

Gets the value of the audioSampleRate property.

Returns

  • Number
Titanium.App.iOS.SearchableItemAttributeSet
( ) : Number
Gets the value of the audioTrackNumber property. ...

Gets the value of the audioTrackNumber property.

Returns

  • Number
Gets the value of the bubbleParent property. ...

Gets the value of the bubbleParent property.

  • 3.0.0
  • 3.0.0
  • 3.0.0

Returns

  • Boolean
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String[]
Gets the value of the codecs property. ...

Gets the value of the codecs property.

Returns

  • String[]
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the comment property. ...

Gets the value of the comment property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the composer property. ...

Gets the value of the composer property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String[]
Gets the value of the contactKeywords property. ...

Gets the value of the contactKeywords property.

Returns

  • String[]
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the containerDisplayName property. ...

Gets the value of the containerDisplayName property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the containerIdentifier property. ...

Gets the value of the containerIdentifier property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : Number
Gets the value of the containerOrder property. ...

Gets the value of the containerOrder property.

Returns

  • Number
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the containerTitle property. ...

Gets the value of the containerTitle property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the contentCreationDate property. ...

Gets the value of the contentCreationDate property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the contentDescription property. ...

Gets the value of the contentDescription property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the contentModificationDate property. ...

Gets the value of the contentModificationDate property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : Number
Gets the value of the contentRating property. ...

Gets the value of the contentRating property.

Returns

  • Number
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String[]
Gets the value of the contentSources property. ...

Gets the value of the contentSources property.

Returns

  • String[]
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the contentType property. ...

Gets the value of the contentType property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String[]
Gets the value of the contentTypeTree property. ...

Gets the value of the contentTypeTree property.

Returns

  • String[]
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the contentURL property. ...

Gets the value of the contentURL property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String[]
Gets the value of the contributors property. ...

Gets the value of the contributors property.

Returns

  • String[]
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the copyright property. ...

Gets the value of the copyright property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String[]
Gets the value of the coverage property. ...

Gets the value of the coverage property.

Returns

  • String[]
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the creator property. ...

Gets the value of the creator property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : Number
Gets the value of the deliveryType property. ...

Gets the value of the deliveryType property.

Returns

  • Number
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the director property. ...

Gets the value of the director property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the displayName property. ...

Gets the value of the displayName property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the downloadedDate property. ...

Gets the value of the downloadedDate property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : Number
Gets the value of the duration property. ...

Gets the value of the duration property.

Returns

  • Number
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String[]
Gets the value of the editors property. ...

Gets the value of the editors property.

Returns

  • String[]
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String[]
Gets the value of the encodingApplications property. ...

Gets the value of the encodingApplications property.

Returns

  • String[]
Titanium.App.iOS.SearchableItemAttributeSet
( ) : Number
Gets the value of the fileSize property. ...

Gets the value of the fileSize property.

Returns

  • Number
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String[]
Gets the value of the fontNames property. ...

Gets the value of the fontNames property.

Returns

  • String[]
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the fullyFormattedAddress property. ...

Gets the value of the fullyFormattedAddress property.

  • 6.0.0
  • 6.0.0

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : Number
Gets the value of the generalMIDISequence property. ...

Gets the value of the generalMIDISequence property.

Returns

  • Number
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the genre property. ...

Gets the value of the genre property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the identifier property. ...

Gets the value of the identifier property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the information property. ...

Gets the value of the information property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the keySignature property. ...

Gets the value of the keySignature property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String[]
Gets the value of the keywords property. ...

Gets the value of the keywords property.

Returns

  • String[]
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the kind property. ...

Gets the value of the kind property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String[]
Gets the value of the languages property. ...

Gets the value of the languages property.

Returns

  • String[]
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the lastUsedDate property. ...

Gets the value of the lastUsedDate property.

Returns

  • String
Gets the value of the lifecycleContainer property. ...

Gets the value of the lifecycleContainer property.

  • 3.6.0

Returns

Titanium.App.iOS.SearchableItemAttributeSet
( ) : Number
Gets the value of the local property. ...

Gets the value of the local property.

Returns

  • Number
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the lyricist property. ...

Gets the value of the lyricist property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String[]
Gets the value of the mediaTypes property. ...

Gets the value of the mediaTypes property.

Returns

  • String[]
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the metadataModificationDate property. ...

Gets the value of the metadataModificationDate property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the musicalGenre property. ...

Gets the value of the musicalGenre property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the musicalInstrumentCategory property. ...

Gets the value of the musicalInstrumentCategory property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the musicalInstrumentName property. ...

Gets the value of the musicalInstrumentName property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String[]
Gets the value of the organizations property. ...

Gets the value of the organizations property.

Returns

  • String[]
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the originalFormat property. ...

Gets the value of the originalFormat property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the originalSource property. ...

Gets the value of the originalSource property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : Number
Gets the value of the pageCount property. ...

Gets the value of the pageCount property.

Returns

  • Number
Titanium.App.iOS.SearchableItemAttributeSet
( ) : Number
Gets the value of the pageHeight property. ...

Gets the value of the pageHeight property.

Returns

  • Number
Titanium.App.iOS.SearchableItemAttributeSet
( ) : Number
Gets the value of the pageWidth property. ...

Gets the value of the pageWidth property.

Returns

  • Number
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String[]
Gets the value of the participants property. ...

Gets the value of the participants property.

Returns

  • String[]
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the path property. ...

Gets the value of the path property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String[]
Gets the value of the performers property. ...

Gets the value of the performers property.

Returns

  • String[]
Titanium.App.iOS.SearchableItemAttributeSet
( ) : Number
Gets the value of the playCount property. ...

Gets the value of the playCount property.

Returns

  • Number
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the postalCode property. ...

Gets the value of the postalCode property.

  • 6.0.0
  • 6.0.0

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the producer property. ...

Gets the value of the producer property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String[]
Gets the value of the projects property. ...

Gets the value of the projects property.

Returns

  • String[]
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String[]
Gets the value of the publishers property. ...

Gets the value of the publishers property.

Returns

  • String[]
Titanium.App.iOS.SearchableItemAttributeSet
( ) : Number
Gets the value of the rating property. ...

Gets the value of the rating property.

Returns

  • Number
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the ratingDescription property. ...

Gets the value of the ratingDescription property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the recordingDate property. ...

Gets the value of the recordingDate property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the relatedUniqueIdentifier property. ...

Gets the value of the relatedUniqueIdentifier property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String[]
Gets the value of the rights property. ...

Gets the value of the rights property.

Returns

  • String[]
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the role property. ...

Gets the value of the role property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the securityMethod property. ...

Gets the value of the securityMethod property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : Number
Gets the value of the streamable property. ...

Gets the value of the streamable property.

Returns

  • Number
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the subThoroughfare property. ...

Gets the value of the subThoroughfare property.

  • 6.0.0
  • 6.0.0

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the subject property. ...

Gets the value of the subject property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : Number
Gets the value of the supportsNavigation property. ...

Gets the value of the supportsNavigation property.

Returns

  • Number
Titanium.App.iOS.SearchableItemAttributeSet
( ) : Number
Gets the value of the supportsPhoneCall property. ...

Gets the value of the supportsPhoneCall property.

Returns

  • Number
Titanium.App.iOS.SearchableItemAttributeSet
( ) : Number
Gets the value of the tempo property. ...

Gets the value of the tempo property.

Returns

  • Number
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the theme property. ...

Gets the value of the theme property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the thoroughfare property. ...

Gets the value of the thoroughfare property.

  • 6.0.0
  • 6.0.0

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String/Titanium.Blob
Gets the value of the thumbnailData property. ...

Gets the value of the thumbnailData property.

Returns

Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the thumbnailURL property. ...

Gets the value of the thumbnailURL property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the timeSignature property. ...

Gets the value of the timeSignature property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the title property. ...

Gets the value of the title property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : Number
Gets the value of the totalBitRate property. ...

Gets the value of the totalBitRate property.

Returns

  • Number
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the url property. ...

Gets the value of the url property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : String
Gets the value of the version property. ...

Gets the value of the version property.

Returns

  • String
Titanium.App.iOS.SearchableItemAttributeSet
( ) : Number
Gets the value of the videoBitRate property. ...

Gets the value of the videoBitRate property.

Returns

  • Number
Removes the specified callback as an event listener for the named event. ...

Removes the specified callback as an event listener for the named event.

Multiple listeners can be registered for the same event, so the callback parameter is used to determine which listener to remove.

When adding a listener, you must save a reference to the callback function in order to remove the listener later:

var listener = function() { Ti.API.info("Event listener called."); }
window.addEventListener('click', listener);

To remove the listener, pass in a reference to the callback function:

window.removeEventListener('click', listener);

Parameters

  • name : String

    Name of the event.

  • callback : Callback<Object>

    Callback function to remove. Must be the same function passed to addEventListener.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( addedDate )
Sets the value of the addedDate property. ...

Sets the value of the addedDate property.

Parameters

  • addedDate : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( album )
Sets the value of the album property. ...

Sets the value of the album property.

Parameters

  • album : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( alternateNames )
Sets the value of the alternateNames property. ...

Sets the value of the alternateNames property.

Parameters

  • alternateNames : Array<String>

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( artist )
Sets the value of the artist property. ...

Sets the value of the artist property.

Parameters

  • artist : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( audiences )
Sets the value of the audiences property. ...

Sets the value of the audiences property.

Parameters

  • audiences : Array<String>

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( audioBitRate )
Sets the value of the audioBitRate property. ...

Sets the value of the audioBitRate property.

Parameters

  • audioBitRate : Number

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( audioChannelCount )
Sets the value of the audioChannelCount property. ...

Sets the value of the audioChannelCount property.

Parameters

  • audioChannelCount : Number

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( audioEncodingApplication )
Sets the value of the audioEncodingApplication property. ...

Sets the value of the audioEncodingApplication property.

Parameters

  • audioEncodingApplication : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( audioSampleRate )
Sets the value of the audioSampleRate property. ...

Sets the value of the audioSampleRate property.

Parameters

  • audioSampleRate : Number

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( audioTrackNumber )
Sets the value of the audioTrackNumber property. ...

Sets the value of the audioTrackNumber property.

Parameters

  • audioTrackNumber : Number

    New value for the property.

Returns

  • void
Sets the value of the bubbleParent property. ...

Sets the value of the bubbleParent property.

  • 3.0.0
  • 3.0.0
  • 3.0.0

Parameters

  • bubbleParent : Boolean

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( codecs )
Sets the value of the codecs property. ...

Sets the value of the codecs property.

Parameters

  • codecs : Array<String>

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( comment )
Sets the value of the comment property. ...

Sets the value of the comment property.

Parameters

  • comment : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( composer )
Sets the value of the composer property. ...

Sets the value of the composer property.

Parameters

  • composer : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( contactKeywords )
Sets the value of the contactKeywords property. ...

Sets the value of the contactKeywords property.

Parameters

  • contactKeywords : Array<String>

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( containerDisplayName )
Sets the value of the containerDisplayName property. ...

Sets the value of the containerDisplayName property.

Parameters

  • containerDisplayName : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( containerIdentifier )
Sets the value of the containerIdentifier property. ...

Sets the value of the containerIdentifier property.

Parameters

  • containerIdentifier : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( containerOrder )
Sets the value of the containerOrder property. ...

Sets the value of the containerOrder property.

Parameters

  • containerOrder : Number

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( containerTitle )
Sets the value of the containerTitle property. ...

Sets the value of the containerTitle property.

Parameters

  • containerTitle : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( contentCreationDate )
Sets the value of the contentCreationDate property. ...

Sets the value of the contentCreationDate property.

Parameters

  • contentCreationDate : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( contentDescription )
Sets the value of the contentDescription property. ...

Sets the value of the contentDescription property.

Parameters

  • contentDescription : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( contentModificationDate )
Sets the value of the contentModificationDate property. ...

Sets the value of the contentModificationDate property.

Parameters

  • contentModificationDate : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( contentRating )
Sets the value of the contentRating property. ...

Sets the value of the contentRating property.

Parameters

  • contentRating : Number

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( contentSources )
Sets the value of the contentSources property. ...

Sets the value of the contentSources property.

Parameters

  • contentSources : Array<String>

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( contentType )
Sets the value of the contentType property. ...

Sets the value of the contentType property.

Parameters

  • contentType : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( contentTypeTree )
Sets the value of the contentTypeTree property. ...

Sets the value of the contentTypeTree property.

Parameters

  • contentTypeTree : Array<String>

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( contentURL )
Sets the value of the contentURL property. ...

Sets the value of the contentURL property.

Parameters

  • contentURL : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( contributors )
Sets the value of the contributors property. ...

Sets the value of the contributors property.

Parameters

  • contributors : Array<String>

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( copyright )
Sets the value of the copyright property. ...

Sets the value of the copyright property.

Parameters

  • copyright : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( coverage )
Sets the value of the coverage property. ...

Sets the value of the coverage property.

Parameters

  • coverage : Array<String>

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( creator )
Sets the value of the creator property. ...

Sets the value of the creator property.

Parameters

  • creator : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( deliveryType )
Sets the value of the deliveryType property. ...

Sets the value of the deliveryType property.

Parameters

  • deliveryType : Number

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( director )
Sets the value of the director property. ...

Sets the value of the director property.

Parameters

  • director : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( displayName )
Sets the value of the displayName property. ...

Sets the value of the displayName property.

Parameters

  • displayName : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( downloadedDate )
Sets the value of the downloadedDate property. ...

Sets the value of the downloadedDate property.

Parameters

  • downloadedDate : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( duration )
Sets the value of the duration property. ...

Sets the value of the duration property.

Parameters

  • duration : Number

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( editors )
Sets the value of the editors property. ...

Sets the value of the editors property.

Parameters

  • editors : Array<String>

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( encodingApplications )
Sets the value of the encodingApplications property. ...

Sets the value of the encodingApplications property.

Parameters

  • encodingApplications : Array<String>

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( fileSize )
Sets the value of the fileSize property. ...

Sets the value of the fileSize property.

Parameters

  • fileSize : Number

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( fontNames )
Sets the value of the fontNames property. ...

Sets the value of the fontNames property.

Parameters

  • fontNames : Array<String>

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( fullyFormattedAddress )
Sets the value of the fullyFormattedAddress property. ...

Sets the value of the fullyFormattedAddress property.

  • 6.0.0
  • 6.0.0

Parameters

  • fullyFormattedAddress : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( generalMIDISequence )
Sets the value of the generalMIDISequence property. ...

Sets the value of the generalMIDISequence property.

Parameters

  • generalMIDISequence : Number

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( genre )
Sets the value of the genre property. ...

Sets the value of the genre property.

Parameters

  • genre : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( identifier )
Sets the value of the identifier property. ...

Sets the value of the identifier property.

Parameters

  • identifier : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( information )
Sets the value of the information property. ...

Sets the value of the information property.

Parameters

  • information : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( keySignature )
Sets the value of the keySignature property. ...

Sets the value of the keySignature property.

Parameters

  • keySignature : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( keywords )
Sets the value of the keywords property. ...

Sets the value of the keywords property.

Parameters

  • keywords : Array<String>

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( kind )
Sets the value of the kind property. ...

Sets the value of the kind property.

Parameters

  • kind : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( languages )
Sets the value of the languages property. ...

Sets the value of the languages property.

Parameters

  • languages : Array<String>

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( lastUsedDate )
Sets the value of the lastUsedDate property. ...

Sets the value of the lastUsedDate property.

Parameters

  • lastUsedDate : String

    New value for the property.

Returns

  • void
Sets the value of the lifecycleContainer property. ...

Sets the value of the lifecycleContainer property.

  • 3.6.0

Parameters

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( local )
Sets the value of the local property. ...

Sets the value of the local property.

Parameters

  • local : Number

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( lyricist )
Sets the value of the lyricist property. ...

Sets the value of the lyricist property.

Parameters

  • lyricist : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( mediaTypes )
Sets the value of the mediaTypes property. ...

Sets the value of the mediaTypes property.

Parameters

  • mediaTypes : Array<String>

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( metadataModificationDate )
Sets the value of the metadataModificationDate property. ...

Sets the value of the metadataModificationDate property.

Parameters

  • metadataModificationDate : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( musicalGenre )
Sets the value of the musicalGenre property. ...

Sets the value of the musicalGenre property.

Parameters

  • musicalGenre : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( musicalInstrumentCategory )
Sets the value of the musicalInstrumentCategory property. ...

Sets the value of the musicalInstrumentCategory property.

Parameters

  • musicalInstrumentCategory : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( musicalInstrumentName )
Sets the value of the musicalInstrumentName property. ...

Sets the value of the musicalInstrumentName property.

Parameters

  • musicalInstrumentName : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( organizations )
Sets the value of the organizations property. ...

Sets the value of the organizations property.

Parameters

  • organizations : Array<String>

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( originalFormat )
Sets the value of the originalFormat property. ...

Sets the value of the originalFormat property.

Parameters

  • originalFormat : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( originalSource )
Sets the value of the originalSource property. ...

Sets the value of the originalSource property.

Parameters

  • originalSource : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( pageCount )
Sets the value of the pageCount property. ...

Sets the value of the pageCount property.

Parameters

  • pageCount : Number

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( pageHeight )
Sets the value of the pageHeight property. ...

Sets the value of the pageHeight property.

Parameters

  • pageHeight : Number

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( pageWidth )
Sets the value of the pageWidth property. ...

Sets the value of the pageWidth property.

Parameters

  • pageWidth : Number

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( participants )
Sets the value of the participants property. ...

Sets the value of the participants property.

Parameters

  • participants : Array<String>

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( path )
Sets the value of the path property. ...

Sets the value of the path property.

Parameters

  • path : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( performers )
Sets the value of the performers property. ...

Sets the value of the performers property.

Parameters

  • performers : Array<String>

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( playCount )
Sets the value of the playCount property. ...

Sets the value of the playCount property.

Parameters

  • playCount : Number

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( postalCode )
Sets the value of the postalCode property. ...

Sets the value of the postalCode property.

  • 6.0.0
  • 6.0.0

Parameters

  • postalCode : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( producer )
Sets the value of the producer property. ...

Sets the value of the producer property.

Parameters

  • producer : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( projects )
Sets the value of the projects property. ...

Sets the value of the projects property.

Parameters

  • projects : Array<String>

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( publishers )
Sets the value of the publishers property. ...

Sets the value of the publishers property.

Parameters

  • publishers : Array<String>

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( rating )
Sets the value of the rating property. ...

Sets the value of the rating property.

Parameters

  • rating : Number

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( ratingDescription )
Sets the value of the ratingDescription property. ...

Sets the value of the ratingDescription property.

Parameters

  • ratingDescription : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( recordingDate )
Sets the value of the recordingDate property. ...

Sets the value of the recordingDate property.

Parameters

  • recordingDate : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( relatedUniqueIdentifier )
Sets the value of the relatedUniqueIdentifier property. ...

Sets the value of the relatedUniqueIdentifier property.

Parameters

  • relatedUniqueIdentifier : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( rights )
Sets the value of the rights property. ...

Sets the value of the rights property.

Parameters

  • rights : Array<String>

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( role )
Sets the value of the role property. ...

Sets the value of the role property.

Parameters

  • role : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( securityMethod )
Sets the value of the securityMethod property. ...

Sets the value of the securityMethod property.

Parameters

  • securityMethod : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( streamable )
Sets the value of the streamable property. ...

Sets the value of the streamable property.

Parameters

  • streamable : Number

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( subThoroughfare )
Sets the value of the subThoroughfare property. ...

Sets the value of the subThoroughfare property.

  • 6.0.0
  • 6.0.0

Parameters

  • subThoroughfare : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( subject )
Sets the value of the subject property. ...

Sets the value of the subject property.

Parameters

  • subject : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( supportsNavigation )
Sets the value of the supportsNavigation property. ...

Sets the value of the supportsNavigation property.

Parameters

  • supportsNavigation : Number

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( supportsPhoneCall )
Sets the value of the supportsPhoneCall property. ...

Sets the value of the supportsPhoneCall property.

Parameters

  • supportsPhoneCall : Number

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( tempo )
Sets the value of the tempo property. ...

Sets the value of the tempo property.

Parameters

  • tempo : Number

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( theme )
Sets the value of the theme property. ...

Sets the value of the theme property.

Parameters

  • theme : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( thoroughfare )
Sets the value of the thoroughfare property. ...

Sets the value of the thoroughfare property.

  • 6.0.0
  • 6.0.0

Parameters

  • thoroughfare : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( thumbnailData )
Sets the value of the thumbnailData property. ...

Sets the value of the thumbnailData property.

Parameters

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( thumbnailURL )
Sets the value of the thumbnailURL property. ...

Sets the value of the thumbnailURL property.

Parameters

  • thumbnailURL : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( timeSignature )
Sets the value of the timeSignature property. ...

Sets the value of the timeSignature property.

Parameters

  • timeSignature : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( title )
Sets the value of the title property. ...

Sets the value of the title property.

Parameters

  • title : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( totalBitRate )
Sets the value of the totalBitRate property. ...

Sets the value of the totalBitRate property.

Parameters

  • totalBitRate : Number

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( url )
Sets the value of the url property. ...

Sets the value of the url property.

Parameters

  • url : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( version )
Sets the value of the version property. ...

Sets the value of the version property.

Parameters

  • version : String

    New value for the property.

Returns

  • void
Titanium.App.iOS.SearchableItemAttributeSet
( videoBitRate )
Sets the value of the videoBitRate property. ...

Sets the value of the videoBitRate property.

Parameters

  • videoBitRate : Number

    New value for the property.

Returns

  • void